diff --git a/README.md b/README.md index 84a5861..063ecfb 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,14 @@ DreamShaper8: https://civitai.com/api/download/models/128713 LoRA Models: [CivitAI](https://civitai.com/models/) +Place downloaded models in the `stable-diffusion-webui/models`. + +## Start Generating + +### Image Dimensions (Resolution) + +As different models are trained on different image resolutions, it is best to use the training image resolution for generations. For `SD1.5` use 512x512 and for `SDXL1.0` use 1024x1024. You can slightly vary one of the dimensions without significant issues. + ### text2img generation `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).