Skip to content

Commit 914c513

Browse files
authored
[Docs] add t2i adapter entry to overview of training scripts. (huggingface#4946)
add t2i adapter entry to overview of training scripts.
1 parent d73e6ad commit 914c513

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/source/en/training/overview.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,16 @@ If you feel like another important example should exist, we are more than happy
3434
Training examples show how to pretrain or fine-tune diffusion models for a variety of tasks. Currently we support:
3535

3636
- [Unconditional Training](./unconditional_training)
37-
- [Text-to-Image Training](./text2image)
37+
- [Text-to-Image Training](./text2image)<sup>*</sup>
3838
- [Text Inversion](./text_inversion)
39-
- [Dreambooth](./dreambooth)
40-
- [LoRA Support](./lora)
41-
- [ControlNet](./controlnet)
42-
- [InstructPix2Pix](./instructpix2pix)
39+
- [Dreambooth](./dreambooth)<sup>*</sup>
40+
- [LoRA Support](./lora)<sup>*</sup>
41+
- [ControlNet](./controlnet)<sup>*</sup>
42+
- [InstructPix2Pix](./instructpix2pix)<sup>*</sup>
4343
- [Custom Diffusion](./custom_diffusion)
44+
- [T2I-Adapters](./t2i_adapters)<sup>*</sup>
45+
46+
<sup>*</sup>: Supports [Stable Diffusion XL](../api/pipelines/stable_diffusion/stable_diffusion_xl).
4447

4548
If possible, please [install xFormers](../optimization/xformers) for memory efficient attention. This could help make your training faster and less memory intensive.
4649

@@ -54,6 +57,7 @@ If possible, please [install xFormers](../optimization/xformers) for memory effi
5457
| [**ControlNet**](./controlnet) ||| - |
5558
| [**InstructPix2Pix**](./instructpix2pix) ||| - |
5659
| [**Custom Diffusion**](./custom_diffusion) ||| - |
60+
| [**T2I Adapters**](./t2i_adapters) ||| - |
5761

5862
## Community
5963

0 commit comments

Comments
 (0)