_toctree_new.yml 1.87 KB
Newer Older
Patrick von Platen's avatar
Patrick von Platen committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
- sections:
  - local: index
    title: "🧨 Diffusers"
  - local: quicktour
    title: "Quicktour"
  - local: installation
    title: "Installation"
  title: "Get started"
- sections:
  - local: get-started/loading
  - title: "Loading Pipelines"
  - local: get-started/unconditional_image_generation
  - title: "Unconditional Image Generation"
  - local: get-started/conditional_image_generation
  - title: "Text-to-Image Generation"
  - local: get-started/img2img
  - title: "Text-Guided Image-to-Image"
  - local: get-started/inpaint
  - title: "Text-Guided Image-Inpainting"
  - local: get-started/custom
  - title: "Create a custom pipeline"
  title: "Pipelines for Inference"
- 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:
  - 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:
  - sections:
    - local: pipelines
      title: "Pipelines"
    - local: schedulers
      title: "Schedulers"
    - local: models
      title: "Models"
    title: "Main Classes"
  - sections:
    - local: pipelines/glide
      title: "Glide"
    title: Pipelines
  - sections:
    - local: schedulers/ddpm
      title: "DDPM"
    title: Schedulers
  - sections:
    - local: models/unet
      title: "Unet"
    title: Models
  title: API