_toctree.yml 2.75 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
15
    - local: using-diffusers/loading
      title: "Loading Pipelines, Models, and Schedulers"
    - local: using-diffusers/configuration
      title: "Configuring Pipelines, Models, and Schedulers"
    title: "Loading"
Nathan Lambert's avatar
Nathan Lambert committed
16
  - sections:
Patrick von Platen's avatar
Patrick von Platen committed
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
    - 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"
    - local: using-diffusers/custom
      title: "Create a custom pipeline"
    title: "Pipelines for Inference"
  title: "Using Diffusers"
- sections:
  - local: optimization/fp16
    title: "Torch Float16"
  - local: optimization/onnx
    title: "ONNX"
  - local: optimization/open_vino
    title: "Open Vino"
  - local: optimization/mps
    title: "MPS"
  - local: optimization/other
    title: "Other"
  title: "Optimization/Special Hardware"
- sections:
42
43
  - local: training/overview
    title: "Overview"
Patrick von Platen's avatar
Patrick von Platen committed
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
  - 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
60
  - sections:
Patrick von Platen's avatar
Patrick von Platen committed
61
62
63
64
65
66
67
68
69
70
71
72
73
    - 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
74
  - sections:
75
76
    - local: api/pipelines/overview
      title: "Overview"
Patrick von Platen's avatar
Patrick von Platen committed
77
78
79
    - local: api/pipelines/ddim
      title: "DDIM"
    - local: api/pipelines/ddpm
Nathan Lambert's avatar
Nathan Lambert committed
80
      title: "DDPM"
Patrick von Platen's avatar
Patrick von Platen committed
81
82
83
84
85
86
87
88
89
90
91
92
93
    - 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"
    title: "Pipelines"
94
  title: "API"