diff --git a/README.md b/README.md index 087c388..6d3ae34 100644 --- a/README.md +++ b/README.md @@ -25,16 +25,28 @@ bash ./webui-user.sh ``` You should see a link like `https://xxxxxxxxxxxxxxxx.gradio.live` after the webui finishes launching. Warning, do NOT share the public link, others can abuse you instance and increase your bill. +## Model Downloads -## text2img +Base Models +``` +SDXL1.0: https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors +SD1.5: https://huggingface.co/runwayml/stable-diffusion-v1-5/blob/main/v1-5-pruned-emaonly.safetensors +DreamShaper8: https://civitai.com/api/download/models/128713 +``` + +LoRA Models: [CivitAI](https://civitai.com/models/) + +### text2img generation -Background: `text2img` can be thought of as generating visual content based on textual descriptions. Popular models include [DALL-E](https://openai.com/dall-e-2), [Midjourney](https://www.midjourney.com/home), and [Stable Diffusion](https://stability.ai/blog/stable-diffusion-public-release). +`text2img` can be thought of as generating visual content based on textual descriptions. Popular models include [DALL-E](https://openai.com/dall-e-2), [Midjourney](https://www.midjourney.com/home), and [Stable Diffusion](https://stability.ai/blog/stable-diffusion-public-release). ![](images/sd-latent-space.jpg) +### img2img generation +`img2img` refers to the transformation of one image into another, typically maintaining the same content but changing the style or other visual attributes. -## ControlNet (+ Stable Diffusion) +### ControlNet (+Stable Diffusion) ![](images/cn-sd.png)