From f49bb0ab0bf999e27abbf2af2705cc231f385f4f Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Thu, 31 Aug 2023 16:44:13 +0530 Subject: [PATCH] Updated SDXL (markdown) --- SDXL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SDXL.md b/SDXL.md index 95a5344..fb2d5ef 100644 --- a/SDXL.md +++ b/SDXL.md @@ -4,8 +4,8 @@ SDXL models can also make good images at 512x512 resolution, so they're often a ### How to use SDXL: 1. Download whichever SDXL model you want: -* Base model (works for text-to-image, image-to-image, and inpainting): https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors -* Refiner model (image-to-image only): https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/resolve/main/sd_xl_refiner_1.0.safetensors +* Base model (works for text-to-image, image-to-image, and inpainting): [base model download link](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors) +* Refiner model (image-to-image only): [refiner model download link](https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/resolve/main/sd_xl_refiner_1.0.safetensors) 2. Save the model to the `models/stable-diffusion` folder. Finally, in the Easy Diffusion UI, click the "refresh" icon next to the Models dropdown, and select the downloaded model and generate the image.