_toctree.yml 3.11 KB
Newer Older
Nathan Lambert's avatar
Nathan Lambert committed
1
2
- sections:
  - local: index
Patrick von Platen's avatar
Patrick von Platen committed
3
    title: "🧨 Diffusers"
Nathan Lambert's avatar
Nathan Lambert committed
4
  - local: quicktour
Patrick von Platen's avatar
Patrick von Platen committed
5
6
7
8
    title: "Quicktour"
  - local: installation
    title: "Installation"
  title: "Get started"
Nathan Lambert's avatar
Nathan Lambert committed
9
10
- sections:
  - sections:
Patrick von Platen's avatar
Patrick von Platen committed
11
12
13
14
    - local: using-diffusers/loading
      title: "Loading Pipelines, Models, and Schedulers"
    - local: using-diffusers/configuration
      title: "Configuring Pipelines, Models, and Schedulers"
15
16
17
    - local: using-diffusers/custom_pipeline_overview
      title: "Loading and Adding Custom Pipelines"
    title: "Loading & Hub"
Nathan Lambert's avatar
Nathan Lambert committed
18
  - sections:
Patrick von Platen's avatar
Patrick von Platen committed
19
20
21
22
23
24
25
26
    - local: using-diffusers/unconditional_image_generation
      title: "Unconditional Image Generation"
    - local: using-diffusers/conditional_image_generation
      title: "Text-to-Image Generation"
    - local: using-diffusers/img2img
      title: "Text-Guided Image-to-Image"
    - local: using-diffusers/inpaint
      title: "Text-Guided Image-Inpainting"
27
28
29
30
    - local: using-diffusers/custom_pipeline_examples
      title: "Community Pipelines"
    - local: using-diffusers/contribute_pipeline
      title: "How to contribute a Pipeline"
Patrick von Platen's avatar
Patrick von Platen committed
31
32
33
34
    title: "Pipelines for Inference"
  title: "Using Diffusers"
- sections:
  - local: optimization/fp16
Pedro Cuenca's avatar
Pedro Cuenca committed
35
    title: "Memory and Speed"
Patrick von Platen's avatar
Patrick von Platen committed
36
37
38
  - local: optimization/onnx
    title: "ONNX"
  - local: optimization/open_vino
39
    title: "OpenVINO"
Patrick von Platen's avatar
Patrick von Platen committed
40
41
42
43
  - local: optimization/mps
    title: "MPS"
  title: "Optimization/Special Hardware"
- sections:
44
45
  - local: training/overview
    title: "Overview"
Patrick von Platen's avatar
Patrick von Platen committed
46
47
48
  - local: training/unconditional_training
    title: "Unconditional Image Generation"
  - local: training/text_inversion
49
50
51
    title: "Textual Inversion"
  - local: training/dreambooth
    title: "Dreambooth"
Patrick von Platen's avatar
Patrick von Platen committed
52
  - local: training/text2image
53
    title: "Text-to-image fine-tuning"
Patrick von Platen's avatar
Patrick von Platen committed
54
55
56
57
58
59
60
61
62
63
  title: "Training"
- sections:
  - local: conceptual/stable_diffusion
    title: "Stable Diffusion"
  - local: conceptual/philosophy
    title: "Philosophy"
  - local: conceptual/contribution
    title: "How to contribute?"
  title: "Conceptual Guides"
- sections:
Nathan Lambert's avatar
Nathan Lambert committed
64
  - sections:
Patrick von Platen's avatar
Patrick von Platen committed
65
66
67
68
69
70
71
72
73
74
75
76
77
    - local: api/models
      title: "Models"
    - local: api/schedulers
      title: "Schedulers"
    - local: api/diffusion_pipeline
      title: "Diffusion Pipeline"
    - local: api/logging
      title: "Logging"
    - local: api/configuration
      title: "Configuration"
    - local: api/outputs
      title: "Outputs"
    title: "Main Classes"
Nathan Lambert's avatar
Nathan Lambert committed
78
  - sections:
79
80
    - local: api/pipelines/overview
      title: "Overview"
Patrick von Platen's avatar
Patrick von Platen committed
81
82
83
    - local: api/pipelines/ddim
      title: "DDIM"
    - local: api/pipelines/ddpm
Nathan Lambert's avatar
Nathan Lambert committed
84
      title: "DDPM"
Patrick von Platen's avatar
Patrick von Platen committed
85
86
87
88
89
90
91
92
93
94
95
96
    - local: api/pipelines/latent_diffusion
      title: "Latent Diffusion"
    - local: api/pipelines/latent_diffusion_uncond
      title: "Unconditional Latent Diffusion"
    - local: api/pipelines/pndm
      title: "PNDM"
    - local: api/pipelines/score_sde_ve
      title: "Score SDE VE"
    - local: api/pipelines/stable_diffusion
      title: "Stable Diffusion"
    - local: api/pipelines/stochastic_karras_ve
      title: "Stochastic Karras VE"
97
98
    - local: api/pipelines/dance_diffusion
      title: "Dance Diffusion"
Revist's avatar
Revist committed
99
100
    - local: api/pipelines/repaint
      title: "RePaint"
Patrick von Platen's avatar
Patrick von Platen committed
101
    title: "Pipelines"
102
  title: "API"