_toctree.yml 2.99 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
39
40
41
42
43
  - local: optimization/onnx
    title: "ONNX"
  - local: optimization/open_vino
    title: "Open Vino"
  - 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
49
50
51
52
53
54
55
56
57
58
59
60
61
  - local: training/unconditional_training
    title: "Unconditional Image Generation"
  - local: training/text_inversion
    title: "Text Inversion"
  - local: training/text2image
    title: "Text-to-image"
  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
62
  - sections:
Patrick von Platen's avatar
Patrick von Platen committed
63
64
65
66
67
68
69
70
71
72
73
74
75
    - 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
76
  - sections:
77
78
    - local: api/pipelines/overview
      title: "Overview"
Patrick von Platen's avatar
Patrick von Platen committed
79
80
81
    - local: api/pipelines/ddim
      title: "DDIM"
    - local: api/pipelines/ddpm
Nathan Lambert's avatar
Nathan Lambert committed
82
      title: "DDPM"
Patrick von Platen's avatar
Patrick von Platen committed
83
84
85
86
87
88
89
90
91
92
93
94
    - 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"
95
96
    - local: api/pipelines/dance_diffusion
      title: "Dance Diffusion"
Patrick von Platen's avatar
Patrick von Platen committed
97
    title: "Pipelines"
98
  title: "API"