Unverified Commit ba43ce34 authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

minor doc fixes. (#4380)

parent ea5b0575
...@@ -327,3 +327,7 @@ image = pipe(prompt, num_inference_steps=20, generator=generator, image=control_ ...@@ -327,3 +327,7 @@ image = pipe(prompt, num_inference_steps=20, generator=generator, image=control_
image.save("./output.png") image.save("./output.png")
``` ```
## Stable Diffusion XL
Training with [Stable Diffusion XL](https://huggingface.co/papers/2307.01952) is also supported via the `train_controlnet_sdxl.py` script. Please refer to the docs [here](https://github.com/huggingface/diffusers/blob/main/examples/controlnet/README_sdxl.md).
\ No newline at end of file
...@@ -212,4 +212,4 @@ If you're looking for some interesting ways to use the InstructPix2Pix training ...@@ -212,4 +212,4 @@ If you're looking for some interesting ways to use the InstructPix2Pix training
## Stable Diffusion XL ## Stable Diffusion XL
We support fine-tuning of the UNet shipped in [Stable Diffusion XL](https://huggingface.co/papers/2307.01952) with DreamBooth and LoRA via the `train_dreambooth_lora_sdxl.py` script. Please refer to the docs [here](https://github.com/huggingface/diffusers/blob/main/examples/instruct_pix2pix/README_sdxl.md). Training with [Stable Diffusion XL](https://huggingface.co/papers/2307.01952) is also supported via the `train_instruct_pix2pix_sdxl.py` script. Please refer to the docs [here](https://github.com/huggingface/diffusers/blob/main/examples/instruct_pix2pix/README_sdxl.md).
\ No newline at end of file \ No newline at end of file
...@@ -40,6 +40,7 @@ Unless otherwise mentioned, these are techniques that work with existing models ...@@ -40,6 +40,7 @@ Unless otherwise mentioned, these are techniques that work with existing models
12. [Custom Diffusion](#custom-diffusion) 12. [Custom Diffusion](#custom-diffusion)
13. [Model Editing](#model-editing) 13. [Model Editing](#model-editing)
14. [DiffEdit](#diffedit) 14. [DiffEdit](#diffedit)
15. [T2I-Adapter](#t2i-adapter)
For convenience, we provide a table to denote which methods are inference-only and which require fine-tuning/training. For convenience, we provide a table to denote which methods are inference-only and which require fine-tuning/training.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment