|
36 | 36 | title: Push files to the Hub |
37 | 37 | title: Loading & Hub |
38 | 38 | - sections: |
39 | | - - local: using-diffusers/pipeline_overview |
40 | | - title: Overview |
41 | 39 | - local: using-diffusers/unconditional_image_generation |
42 | 40 | title: Unconditional image generation |
43 | 41 | - local: using-diffusers/conditional_image_generation |
44 | | - title: Text-to-image generation |
| 42 | + title: Text-to-image |
45 | 43 | - local: using-diffusers/img2img |
46 | | - title: Text-guided image-to-image |
| 44 | + title: Image-to-image |
47 | 45 | - local: using-diffusers/inpaint |
48 | | - title: Text-guided image-inpainting |
| 46 | + title: Inpainting |
49 | 47 | - local: using-diffusers/depth2img |
50 | | - title: Text-guided depth-to-image |
| 48 | + title: Depth-to-image |
| 49 | + title: Tasks |
| 50 | + - sections: |
51 | 51 | - local: using-diffusers/textual_inversion_inference |
52 | 52 | title: Textual inversion |
53 | 53 | - local: training/distributed_inference |
54 | 54 | title: Distributed inference with multiple GPUs |
55 | | - - local: using-diffusers/distilled_sd |
56 | | - title: Distilled Stable Diffusion inference |
57 | 55 | - local: using-diffusers/reusing_seeds |
58 | 56 | title: Improve image quality with deterministic generation |
59 | 57 | - local: using-diffusers/control_brightness |
60 | 58 | 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 |
61 | 69 | - local: using-diffusers/reproducibility |
62 | 70 | title: Create reproducible pipelines |
63 | 71 | - local: using-diffusers/custom_pipeline_examples |
64 | 72 | title: Community pipelines |
65 | 73 | - local: using-diffusers/contribute_pipeline |
66 | 74 | 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 |
71 | 75 | title: Pipelines for Inference |
72 | 76 | - sections: |
73 | 77 | - local: training/overview |
|
105 | 109 | title: Memory and Speed |
106 | 110 | - local: optimization/torch2.0 |
107 | 111 | title: Torch2.0 support |
| 112 | + - local: using-diffusers/stable_diffusion_jax_how_to |
| 113 | + title: Stable Diffusion in JAX/Flax |
108 | 114 | - local: optimization/xformers |
109 | 115 | title: xFormers |
110 | 116 | - local: optimization/onnx |
|
0 commit comments