What is Stable Diffusion
Stable Diffusion is a deep learning, text-to-image model released in 2022 based on diffusion techniques. It is primarily used to generate detailed images conditioned on text descriptions, though it can also be applied to other tasks such as inpainting, outpainting, and generating image-to-image translations guided by a text prompt.[3] It was developed by researchers from the CompVis Group at Ludwig Maximilian University of Munich and Runway with a compute donation by Stability AI and training data from non-profit organizations.
Installation guide (with stable-diffusion-webuistable-diffusion-webui
stable-diffusion-webui
Usage
Setting
Common prompt
)
Install dependencies
sudo apt-get update
sudo apt-get install wget git python3 python3-venv ffmpeg libsm6 libxext6
Download and execute installation script
bash <(wget -qO- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh)
Reference
https://github.com/AUTOMATIC1111/stable-diffusion-webui
Use LoRA Private or Broken Links
The page you're looking for is either not available or private!
model
Install sd-webui-additional-networks support
- Open "Extensions" tab.
- Open "Install from URL" tab in the tab.
- Enter URL of this repo to "URL for extension's git repository".
- Press "Install" button.
- Restart Web UI.
Use model
- Place LoRA models inside
extensions/sd-webui-additional-networks/models/LoRAfolder - Open "Additional Networks" panel from the left bottom of Web UI.
- Press "Refresh models" to update the models list.
- Select "LoRA" for "Network module 1".
- Choose the name of the LoRA model file in "Model 1".
- Set the weight of the model (negative weight might be working but unexpected.)
- Repeat them for the module/model/weight 2 to 5 if you have other models. Models are applied in the order of 1 to 5.
- You can generate images with the model with these additional networks.
Reference
https://github.com/kohya-ss/sd-webui-additional-networks
Use pre-trained model
- Place pre-trained checkpoint inside
models/Stable-diffusionfolder - Click refresh button on the top left of the page or restart webui to use the new model
- (Optional) some model need VAE Private or Broken Links
The page you're looking for is either not available or private!
for better performance. Place them inmodels/VAEfolder and enable it in setting