mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-27 17:22:53 +03:00
* [Custom Pipelines] * uP * make style * finish * finish * remove ipdb * upload * fix * finish docs * Apply suggestions from code review Co-authored-by: Pedro Cuenca <pedro@huggingface.co> Co-authored-by: apolinario <joaopaulo.passos@gmail.com> * finish * final uploads * remove unnecessary test Co-authored-by: Pedro Cuenca <pedro@huggingface.co> Co-authored-by: apolinario <joaopaulo.passos@gmail.com>
95 lines
2.8 KiB
YAML
95 lines
2.8 KiB
YAML
- sections:
|
|
- local: index
|
|
title: "🧨 Diffusers"
|
|
- local: quicktour
|
|
title: "Quicktour"
|
|
- local: installation
|
|
title: "Installation"
|
|
title: "Get started"
|
|
- sections:
|
|
- sections:
|
|
- local: using-diffusers/loading
|
|
title: "Loading Pipelines, Models, and Schedulers"
|
|
- local: using-diffusers/configuration
|
|
title: "Configuring Pipelines, Models, and Schedulers"
|
|
- local: using-diffusers/custom_pipelines
|
|
title: "Loading and Creating Custom Pipelines"
|
|
title: "Loading"
|
|
- sections:
|
|
- 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: "Memory and Speed"
|
|
- local: optimization/onnx
|
|
title: "ONNX"
|
|
- local: optimization/open_vino
|
|
title: "Open Vino"
|
|
- local: optimization/mps
|
|
title: "MPS"
|
|
title: "Optimization/Special Hardware"
|
|
- sections:
|
|
- local: training/overview
|
|
title: "Overview"
|
|
- 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: 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"
|
|
- sections:
|
|
- local: api/pipelines/overview
|
|
title: "Overview"
|
|
- local: api/pipelines/ddim
|
|
title: "DDIM"
|
|
- local: api/pipelines/ddpm
|
|
title: "DDPM"
|
|
- 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"
|
|
title: "API"
|