From c7417209261d5f5b2d766c397a90ad25e7648fbb Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Thu, 31 Aug 2023 21:34:12 +0530 Subject: [PATCH] Updated SDXL (markdown) --- SDXL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDXL.md b/SDXL.md index 2782131..ad72133 100644 --- a/SDXL.md +++ b/SDXL.md @@ -7,7 +7,7 @@ They do, however, consume more GPU and system RAM, so please experiment with you ### How to use SDXL: 1. Download whichever SDXL model you want: -* 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) +* 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/blob/main/sd_xl_base_1.0_0.9vae.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.