Witchpot StableDiffusionForUnity
English
English
  • 📚Stable Diffusion for Unity Documents
  • Basic Info
    • 🛠️Introduction
    • 📦Installation for Unity
    • 👾About WebUI install/uninstall
  • Production tips
    • 🖥️About local server
    • 🎮Example of usage
    • 🧊Switch Models/LoRA
    • 🎥How to use Projector feature
  • Components
    • Text to Image With ControlNet
    • Text to Image
    • Image to Image
  • Others
    • Contribute
    • About operating organization
    • Acknowledgments
Powered by GitBook
On this page
  • What you can do with stable-diffusion-for-unity
  • Recommended Environment
  • About System configuration and OSS
  1. Basic Info

Introduction

PreviousStable Diffusion for Unity DocumentsNextInstallation for Unity

Last updated 1 year ago

What you can do with stable-diffusion-for-unity

Currently(April 2023) You can do bellow

  • Image assets generation by Image generation AI (StableDiffusion)

Following components are available, and you can see how to use it from the tile link.

Title
Summary
Component title

Text to Image

Image generation with text prompt

Text2Img.cs

Image to Image

Image generation with

  • external Image input

  • Image from camera in Unity

Img2Img.cs

Depth to Image

Image generation using Depth information acquired from camera in Unity

Depth2Img.cs

Also you can switch trained models/Lora for each image generation to enable consistent image generation

Recommended Environment

We have tested the following environment. Required specs vary depending on which function you use.

  • OS: Windows

  • VRAM: 8GB~

  • Unity version: Unity2021.3.18f1~ Unity 2021 ※There are some issues on 2022~

    • RenderPipeline: URP

About System configuration and OSS

If you modify these repository, please apply the GPL v3 license.

The main repository of this project, stable-diffusion-for-unity, is communicated via API and is available under the MIT license.

This system installs and uses code from a which fork from Stable Diffusion web UI.

🛠️
repository