Skip to content

Commit 54fab2c

Browse files
authored
Update README_sdxl.md to correct the header (huggingface#4330)
Update README_sdxl.md
1 parent 9611730 commit 54fab2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/controlnet/README_sdxl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# DreamBooth training example for Stable Diffusion XL (SDXL)
1+
# ControlNet training example for Stable Diffusion XL (SDXL)
22

3-
The `train_controlnet_sdxl.py` script shows how to implement the training procedure and adapt it for [Stable Diffusion XL](https://huggingface.co/papers/2307.01952).
3+
The `train_controlnet_sdxl.py` script shows how to implement the ControlNet training procedure and adapt it for [Stable Diffusion XL](https://huggingface.co/papers/2307.01952).
44

55
## Running locally with PyTorch
66

@@ -128,4 +128,4 @@ image.save("./output.png")
128128

129129
### Specifying a better VAE
130130

131-
SDXL's VAE is known to suffer from numerical instability issues. This is why we also expose a CLI argument namely `--pretrained_vae_model_name_or_path` that lets you specify the location of a better VAE (such as [this one](https://huggingface.co/madebyollin/sdxl-vae-fp16-fix)).
131+
SDXL's VAE is known to suffer from numerical instability issues. This is why we also expose a CLI argument namely `--pretrained_vae_model_name_or_path` that lets you specify the location of a better VAE (such as [this one](https://huggingface.co/madebyollin/sdxl-vae-fp16-fix)).

0 commit comments

Comments
 (0)