diff --git a/sdxl/README.md b/sdxl/README.md index 01d2a8d..f4548e5 100644 --- a/sdxl/README.md +++ b/sdxl/README.md @@ -1,9 +1,9 @@ # SDXL Examples -The SDXL base checkpoint can be used like any regular checkpoint in [ComfyUI](https://github.com/comfyanonymous/ComfyUI). The only important thing is that for optimal performance the resolution should be set to 1024x1024 or other resolutions with the same amount of pixels but a different aspect ratio. +The [SDXL base checkpoint](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/tree/main) can be used like any regular checkpoint in [ComfyUI](https://github.com/comfyanonymous/ComfyUI). The only important thing is that for optimal performance the resolution should be set to 1024x1024 or other resolutions with the same amount of pixels but a different aspect ratio. For example: 896x1152 or 1536x640 are good resolutions. -For using the base with the refiner you can use this workflow. You can download this image and load it or drag it on ComfyUI to get it. +For using the base (downloadable here as [sd_xl_base_1.0.safetensors](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/tree/main)) with the refiner (downloadable here as [sd_xl_refiner_1.0.safetensors](https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/tree/main)) you can use the following workflow. You can download this image and load it or drag it on ComfyUI to get it. ![Example](sdxl_simple_example.png)