Skip to content

Commit

Permalink
minor doc fixes. (huggingface#4380)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayakpaul authored Jul 31, 2023
1 parent ea5b057 commit ba43ce3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/source/en/training/controlnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,3 +327,7 @@ image = pipe(prompt, num_inference_steps=20, generator=generator, image=control_
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).
2 changes: 1 addition & 1 deletion docs/source/en/training/instructpix2pix.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,4 @@ If you're looking for some interesting ways to use the InstructPix2Pix training
## 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).
1 change: 1 addition & 0 deletions docs/source/en/using-diffusers/controlling_generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Unless otherwise mentioned, these are techniques that work with existing models
12. [Custom Diffusion](#custom-diffusion)
13. [Model Editing](#model-editing)
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.

Expand Down

0 comments on commit ba43ce3

Please sign in to comment.