mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-15 18:53:02 +02:00
Updated SDXL (markdown)
6
SDXL.md
6
SDXL.md
@ -1,4 +1,6 @@
|
|||||||
SDXL can create larger images with better image quality.
|
SDXL models are trained to create larger images with better image quality. But they can consume more GPU and system RAM, as compared to the Stable Diffusion version 1 or 2 models.
|
||||||
|
|
||||||
|
SDXL models can also make good images at 512x512 resolution, so they're often a good replacement for SD 1 or 2 models, in terms of image quality.
|
||||||
|
|
||||||
Steps:
|
Steps:
|
||||||
1. Download whichever SDXL model you want:
|
1. Download whichever SDXL model you want:
|
||||||
@ -6,6 +8,8 @@ Steps:
|
|||||||
* Refiner model (image-to-image only): https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/resolve/main/sd_xl_refiner_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
|
||||||
2. Save the model to the `models/stable-diffusion` folder.
|
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.
|
Finally, in the Easy Diffusion UI, click the "refresh" icon next to the Models dropdown, and select the downloaded model and generate the image.
|
||||||
|
|
||||||
# Usage tips:
|
# Usage tips:
|
||||||
|
Reference in New Issue
Block a user