From 81b2d91b4d98f8e68e1b20c89fa42c8f2d227632 Mon Sep 17 00:00:00 2001 From: Anindya Maiti Date: Mon, 25 Sep 2023 15:57:11 -0500 Subject: [PATCH] Update 'README.md' --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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).