benjamin-paine
commited on
Commit
•
9810ca1
1
Parent(s):
70a76ac
Update README.md
Browse files
README.md
CHANGED
@@ -14,11 +14,11 @@ This repository contains alternative or tuned versions of Stable Diffusion XL Ba
|
|
14 |
# Available Models
|
15 |
## sd_xl_base_1.0_fp16_vae.safetensors
|
16 |
|
17 |
-
This file contains the weights of [sd_xl_base_1.0.safetensors](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0), merged with the weights of [sdxl_vae.safetensors](https://huggingface.co/madebyollin/sdxl-vae-fp16-fix)
|
18 |
|
19 |
## sd_xl_base_1.0_inpainting_0.1.safetensors
|
20 |
|
21 |
-
This file contains the weights of `sd_xl_base_1.0_fp16_vae.safetensors` merged with the weights from [diffusers/stable-diffusion-xl-1.0-inpainting-0.1](https://huggingface.co/diffusers/stable-diffusion-xl-1.0-inpainting-0.1)
|
22 |
|
23 |
# How to Create an SDXL Inpainting Checkpoint from any SDXL Checkpoint
|
24 |
|
@@ -30,6 +30,8 @@ Using the `.safetensors` files here, you can calculate an inpainting model using
|
|
30 |
Using [ENFUGUE](https://github.com/painebenjamin/app.enfugue.ai)'s Web UI:
|
31 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64429aaf7feb866811b12f73/XLI5s3fubTup9qhThGs37.png)
|
32 |
|
|
|
|
|
33 |
# Model Description
|
34 |
- Developed by: The Diffusers team
|
35 |
- Repackaged by: Benjamin Paine
|
|
|
14 |
# Available Models
|
15 |
## sd_xl_base_1.0_fp16_vae.safetensors
|
16 |
|
17 |
+
This file contains the weights of [sd_xl_base_1.0.safetensors](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0), merged with the weights of [sdxl_vae.safetensors](https://huggingface.co/madebyollin/sdxl-vae-fp16-fix) from MadeByOllin's SDXL FP16 VAE repository.
|
18 |
|
19 |
## sd_xl_base_1.0_inpainting_0.1.safetensors
|
20 |
|
21 |
+
This file contains the weights of `sd_xl_base_1.0_fp16_vae.safetensors` merged with the weights from [diffusers/stable-diffusion-xl-1.0-inpainting-0.1](https://huggingface.co/diffusers/stable-diffusion-xl-1.0-inpainting-0.1).
|
22 |
|
23 |
# How to Create an SDXL Inpainting Checkpoint from any SDXL Checkpoint
|
24 |
|
|
|
30 |
Using [ENFUGUE](https://github.com/painebenjamin/app.enfugue.ai)'s Web UI:
|
31 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64429aaf7feb866811b12f73/XLI5s3fubTup9qhThGs37.png)
|
32 |
|
33 |
+
You must specifically use the two files present in this repository for this to work. The Diffusers team trained XL Inpainting using FP16 XL VAE, so using a different XL base will result in an incorrect delta being applied to the inpainting checkpoint, and the resulting VAE will be nonsensical.
|
34 |
+
|
35 |
# Model Description
|
36 |
- Developed by: The Diffusers team
|
37 |
- Repackaged by: Benjamin Paine
|