From 035c91e248a8b2e87311353926a0bf990c7283a0 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Sun, 30 Jul 2023 11:21:57 +0530 Subject: [PATCH] Updated SDXL (markdown) --- SDXL.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/SDXL.md b/SDXL.md index d633d57..bbcfb48 100644 --- a/SDXL.md +++ b/SDXL.md @@ -1,10 +1,12 @@ SDXL offers two models. You can use whichever one you prefer. +Steps: +1. Please enable beta and diffusers: https://github.com/easydiffusion/easydiffusion/wiki/The-beta-channel#test-diffusers-in-beta +2. 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 +3. Save the model to the `models/stable-diffusion` folder. -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. -Then in the Easy Diffusion UI, click the "refresh" icon next to the Models dropdown, and select the downloaded model and generate the image. - -Tip: If you get "Out of Memory" errors, try setting the `VRAM Usage Level` setting to `"low"` in the Settings tab, and press `Save`. \ No newline at end of file +**Tip:** If you get "Out of Memory" errors, try setting the `VRAM Usage Level` setting to `"low"` in the Settings tab, and press `Save`. \ No newline at end of file