From 79b6ad4563052c0ba200c9787e69254cdb6851a1 Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Fri, 28 Jul 2023 09:21:59 +0530 Subject: [PATCH] Update README_sdxl.md --- examples/controlnet/README_sdxl.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/controlnet/README_sdxl.md b/examples/controlnet/README_sdxl.md index db8dada65427..4a7797b9572c 100644 --- a/examples/controlnet/README_sdxl.md +++ b/examples/controlnet/README_sdxl.md @@ -1,6 +1,6 @@ -# DreamBooth training example for Stable Diffusion XL (SDXL) +# ControlNet training example for Stable Diffusion XL (SDXL) -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). +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). ## Running locally with PyTorch @@ -128,4 +128,4 @@ image.save("./output.png") ### Specifying a better VAE -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)). \ No newline at end of file +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)).