Skip to content

Commit a1fdfca

Browse files
authored
[docs] SDXL (huggingface#4428)
* first draft * reorg toctree * note about minsdxl * feedback * fix * micro-conditionings * add tip * fix section levels * d'oh fix pipeline names * feedback * remove old section
1 parent d1e20be commit a1fdfca

File tree

4 files changed

+458
-430
lines changed

4 files changed

+458
-430
lines changed

docs/source/en/_toctree.yml

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,38 +36,42 @@
3636
title: Push files to the Hub
3737
title: Loading & Hub
3838
- sections:
39-
- local: using-diffusers/pipeline_overview
40-
title: Overview
4139
- local: using-diffusers/unconditional_image_generation
4240
title: Unconditional image generation
4341
- local: using-diffusers/conditional_image_generation
44-
title: Text-to-image generation
42+
title: Text-to-image
4543
- local: using-diffusers/img2img
46-
title: Text-guided image-to-image
44+
title: Image-to-image
4745
- local: using-diffusers/inpaint
48-
title: Text-guided image-inpainting
46+
title: Inpainting
4947
- local: using-diffusers/depth2img
50-
title: Text-guided depth-to-image
48+
title: Depth-to-image
49+
title: Tasks
50+
- sections:
5151
- local: using-diffusers/textual_inversion_inference
5252
title: Textual inversion
5353
- local: training/distributed_inference
5454
title: Distributed inference with multiple GPUs
55-
- local: using-diffusers/distilled_sd
56-
title: Distilled Stable Diffusion inference
5755
- local: using-diffusers/reusing_seeds
5856
title: Improve image quality with deterministic generation
5957
- local: using-diffusers/control_brightness
6058
title: Control image brightness
59+
- local: using-diffusers/weighted_prompts
60+
title: Prompt weighting
61+
title: Techniques
62+
- sections:
63+
- local: using-diffusers/pipeline_overview
64+
title: Overview
65+
- local: using-diffusers/sdxl
66+
title: Stable Diffusion XL
67+
- local: using-diffusers/distilled_sd
68+
title: Distilled Stable Diffusion inference
6169
- local: using-diffusers/reproducibility
6270
title: Create reproducible pipelines
6371
- local: using-diffusers/custom_pipeline_examples
6472
title: Community pipelines
6573
- local: using-diffusers/contribute_pipeline
6674
title: How to contribute a community pipeline
67-
- local: using-diffusers/stable_diffusion_jax_how_to
68-
title: Stable Diffusion in JAX/Flax
69-
- local: using-diffusers/weighted_prompts
70-
title: Prompt weighting
7175
title: Pipelines for Inference
7276
- sections:
7377
- local: training/overview
@@ -105,6 +109,8 @@
105109
title: Memory and Speed
106110
- local: optimization/torch2.0
107111
title: Torch2.0 support
112+
- local: using-diffusers/stable_diffusion_jax_how_to
113+
title: Stable Diffusion in JAX/Flax
108114
- local: optimization/xformers
109115
title: xFormers
110116
- local: optimization/onnx

0 commit comments

Comments
 (0)