mirror of
https://github.com/huggingface/diffusers.git
synced 2025-12-21 03:44:49 +08:00
Compare commits
1 Commits
pipeline-s
...
toc-doc-fi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
39115294b3 |
@@ -1,5 +1,4 @@
|
|||||||
- title: Get started
|
- sections:
|
||||||
sections:
|
|
||||||
- local: index
|
- local: index
|
||||||
title: Diffusers
|
title: Diffusers
|
||||||
- local: installation
|
- local: installation
|
||||||
@@ -8,9 +7,8 @@
|
|||||||
title: Quickstart
|
title: Quickstart
|
||||||
- local: stable_diffusion
|
- local: stable_diffusion
|
||||||
title: Basic performance
|
title: Basic performance
|
||||||
|
title: Get started
|
||||||
- title: Pipelines
|
- isExpanded: false
|
||||||
isExpanded: false
|
|
||||||
sections:
|
sections:
|
||||||
- local: using-diffusers/loading
|
- local: using-diffusers/loading
|
||||||
title: DiffusionPipeline
|
title: DiffusionPipeline
|
||||||
@@ -28,9 +26,8 @@
|
|||||||
title: Model formats
|
title: Model formats
|
||||||
- local: using-diffusers/push_to_hub
|
- local: using-diffusers/push_to_hub
|
||||||
title: Sharing pipelines and models
|
title: Sharing pipelines and models
|
||||||
|
title: Pipelines
|
||||||
- title: Adapters
|
- isExpanded: false
|
||||||
isExpanded: false
|
|
||||||
sections:
|
sections:
|
||||||
- local: tutorials/using_peft_for_inference
|
- local: tutorials/using_peft_for_inference
|
||||||
title: LoRA
|
title: LoRA
|
||||||
@@ -44,9 +41,8 @@
|
|||||||
title: DreamBooth
|
title: DreamBooth
|
||||||
- local: using-diffusers/textual_inversion_inference
|
- local: using-diffusers/textual_inversion_inference
|
||||||
title: Textual inversion
|
title: Textual inversion
|
||||||
|
title: Adapters
|
||||||
- title: Inference
|
- isExpanded: false
|
||||||
isExpanded: false
|
|
||||||
sections:
|
sections:
|
||||||
- local: using-diffusers/weighted_prompts
|
- local: using-diffusers/weighted_prompts
|
||||||
title: Prompting
|
title: Prompting
|
||||||
@@ -56,9 +52,8 @@
|
|||||||
title: Batch inference
|
title: Batch inference
|
||||||
- local: training/distributed_inference
|
- local: training/distributed_inference
|
||||||
title: Distributed inference
|
title: Distributed inference
|
||||||
|
title: Inference
|
||||||
- title: Inference optimization
|
- isExpanded: false
|
||||||
isExpanded: false
|
|
||||||
sections:
|
sections:
|
||||||
- local: optimization/fp16
|
- local: optimization/fp16
|
||||||
title: Accelerate inference
|
title: Accelerate inference
|
||||||
@@ -70,8 +65,7 @@
|
|||||||
title: Reduce memory usage
|
title: Reduce memory usage
|
||||||
- local: optimization/speed-memory-optims
|
- local: optimization/speed-memory-optims
|
||||||
title: Compiling and offloading quantized models
|
title: Compiling and offloading quantized models
|
||||||
- title: Community optimizations
|
- sections:
|
||||||
sections:
|
|
||||||
- local: optimization/pruna
|
- local: optimization/pruna
|
||||||
title: Pruna
|
title: Pruna
|
||||||
- local: optimization/xformers
|
- local: optimization/xformers
|
||||||
@@ -90,9 +84,9 @@
|
|||||||
title: ParaAttention
|
title: ParaAttention
|
||||||
- local: using-diffusers/image_quality
|
- local: using-diffusers/image_quality
|
||||||
title: FreeU
|
title: FreeU
|
||||||
|
title: Community optimizations
|
||||||
- title: Hybrid Inference
|
title: Inference optimization
|
||||||
isExpanded: false
|
- isExpanded: false
|
||||||
sections:
|
sections:
|
||||||
- local: hybrid_inference/overview
|
- local: hybrid_inference/overview
|
||||||
title: Overview
|
title: Overview
|
||||||
@@ -102,9 +96,8 @@
|
|||||||
title: VAE Encode
|
title: VAE Encode
|
||||||
- local: hybrid_inference/api_reference
|
- local: hybrid_inference/api_reference
|
||||||
title: API Reference
|
title: API Reference
|
||||||
|
title: Hybrid Inference
|
||||||
- title: Modular Diffusers
|
- isExpanded: false
|
||||||
isExpanded: false
|
|
||||||
sections:
|
sections:
|
||||||
- local: modular_diffusers/overview
|
- local: modular_diffusers/overview
|
||||||
title: Overview
|
title: Overview
|
||||||
@@ -126,9 +119,8 @@
|
|||||||
title: ComponentsManager
|
title: ComponentsManager
|
||||||
- local: modular_diffusers/guiders
|
- local: modular_diffusers/guiders
|
||||||
title: Guiders
|
title: Guiders
|
||||||
|
title: Modular Diffusers
|
||||||
- title: Training
|
- isExpanded: false
|
||||||
isExpanded: false
|
|
||||||
sections:
|
sections:
|
||||||
- local: training/overview
|
- local: training/overview
|
||||||
title: Overview
|
title: Overview
|
||||||
@@ -138,8 +130,7 @@
|
|||||||
title: Adapt a model to a new task
|
title: Adapt a model to a new task
|
||||||
- local: tutorials/basic_training
|
- local: tutorials/basic_training
|
||||||
title: Train a diffusion model
|
title: Train a diffusion model
|
||||||
- title: Models
|
- sections:
|
||||||
sections:
|
|
||||||
- local: training/unconditional_training
|
- local: training/unconditional_training
|
||||||
title: Unconditional image generation
|
title: Unconditional image generation
|
||||||
- local: training/text2image
|
- local: training/text2image
|
||||||
@@ -158,8 +149,8 @@
|
|||||||
title: InstructPix2Pix
|
title: InstructPix2Pix
|
||||||
- local: training/cogvideox
|
- local: training/cogvideox
|
||||||
title: CogVideoX
|
title: CogVideoX
|
||||||
- title: Methods
|
title: Models
|
||||||
sections:
|
- sections:
|
||||||
- local: training/text_inversion
|
- local: training/text_inversion
|
||||||
title: Textual Inversion
|
title: Textual Inversion
|
||||||
- local: training/dreambooth
|
- local: training/dreambooth
|
||||||
@@ -172,9 +163,9 @@
|
|||||||
title: Latent Consistency Distillation
|
title: Latent Consistency Distillation
|
||||||
- local: training/ddpo
|
- local: training/ddpo
|
||||||
title: Reinforcement learning training with DDPO
|
title: Reinforcement learning training with DDPO
|
||||||
|
title: Methods
|
||||||
- title: Quantization
|
title: Training
|
||||||
isExpanded: false
|
- isExpanded: false
|
||||||
sections:
|
sections:
|
||||||
- local: quantization/overview
|
- local: quantization/overview
|
||||||
title: Getting started
|
title: Getting started
|
||||||
@@ -188,9 +179,8 @@
|
|||||||
title: quanto
|
title: quanto
|
||||||
- local: quantization/modelopt
|
- local: quantization/modelopt
|
||||||
title: NVIDIA ModelOpt
|
title: NVIDIA ModelOpt
|
||||||
|
title: Quantization
|
||||||
- title: Model accelerators and hardware
|
- isExpanded: false
|
||||||
isExpanded: false
|
|
||||||
sections:
|
sections:
|
||||||
- local: optimization/onnx
|
- local: optimization/onnx
|
||||||
title: ONNX
|
title: ONNX
|
||||||
@@ -204,9 +194,8 @@
|
|||||||
title: Intel Gaudi
|
title: Intel Gaudi
|
||||||
- local: optimization/neuron
|
- local: optimization/neuron
|
||||||
title: AWS Neuron
|
title: AWS Neuron
|
||||||
|
title: Model accelerators and hardware
|
||||||
- title: Specific pipeline examples
|
- isExpanded: false
|
||||||
isExpanded: false
|
|
||||||
sections:
|
sections:
|
||||||
- local: using-diffusers/consisid
|
- local: using-diffusers/consisid
|
||||||
title: ConsisID
|
title: ConsisID
|
||||||
@@ -232,12 +221,10 @@
|
|||||||
title: Stable Video Diffusion
|
title: Stable Video Diffusion
|
||||||
- local: using-diffusers/marigold_usage
|
- local: using-diffusers/marigold_usage
|
||||||
title: Marigold Computer Vision
|
title: Marigold Computer Vision
|
||||||
|
title: Specific pipeline examples
|
||||||
- title: Resources
|
- isExpanded: false
|
||||||
isExpanded: false
|
|
||||||
sections:
|
sections:
|
||||||
- title: Task recipes
|
- sections:
|
||||||
sections:
|
|
||||||
- local: using-diffusers/unconditional_image_generation
|
- local: using-diffusers/unconditional_image_generation
|
||||||
title: Unconditional image generation
|
title: Unconditional image generation
|
||||||
- local: using-diffusers/conditional_image_generation
|
- local: using-diffusers/conditional_image_generation
|
||||||
@@ -252,6 +239,7 @@
|
|||||||
title: Video generation
|
title: Video generation
|
||||||
- local: using-diffusers/depth2img
|
- local: using-diffusers/depth2img
|
||||||
title: Depth-to-image
|
title: Depth-to-image
|
||||||
|
title: Task recipes
|
||||||
- local: using-diffusers/write_own_pipeline
|
- local: using-diffusers/write_own_pipeline
|
||||||
title: Understanding pipelines, models and schedulers
|
title: Understanding pipelines, models and schedulers
|
||||||
- local: community_projects
|
- local: community_projects
|
||||||
@@ -266,12 +254,10 @@
|
|||||||
title: Diffusers' Ethical Guidelines
|
title: Diffusers' Ethical Guidelines
|
||||||
- local: conceptual/evaluation
|
- local: conceptual/evaluation
|
||||||
title: Evaluating Diffusion Models
|
title: Evaluating Diffusion Models
|
||||||
|
title: Resources
|
||||||
- title: API
|
- isExpanded: false
|
||||||
isExpanded: false
|
|
||||||
sections:
|
sections:
|
||||||
- title: Main Classes
|
- sections:
|
||||||
sections:
|
|
||||||
- local: api/configuration
|
- local: api/configuration
|
||||||
title: Configuration
|
title: Configuration
|
||||||
- local: api/logging
|
- local: api/logging
|
||||||
@@ -282,8 +268,8 @@
|
|||||||
title: Quantization
|
title: Quantization
|
||||||
- local: api/parallel
|
- local: api/parallel
|
||||||
title: Parallel inference
|
title: Parallel inference
|
||||||
- title: Modular
|
title: Main Classes
|
||||||
sections:
|
- sections:
|
||||||
- local: api/modular_diffusers/pipeline
|
- local: api/modular_diffusers/pipeline
|
||||||
title: Pipeline
|
title: Pipeline
|
||||||
- local: api/modular_diffusers/pipeline_blocks
|
- local: api/modular_diffusers/pipeline_blocks
|
||||||
@@ -294,8 +280,8 @@
|
|||||||
title: Components and configs
|
title: Components and configs
|
||||||
- local: api/modular_diffusers/guiders
|
- local: api/modular_diffusers/guiders
|
||||||
title: Guiders
|
title: Guiders
|
||||||
- title: Loaders
|
title: Modular
|
||||||
sections:
|
- sections:
|
||||||
- local: api/loaders/ip_adapter
|
- local: api/loaders/ip_adapter
|
||||||
title: IP-Adapter
|
title: IP-Adapter
|
||||||
- local: api/loaders/lora
|
- local: api/loaders/lora
|
||||||
@@ -310,14 +296,13 @@
|
|||||||
title: SD3Transformer2D
|
title: SD3Transformer2D
|
||||||
- local: api/loaders/peft
|
- local: api/loaders/peft
|
||||||
title: PEFT
|
title: PEFT
|
||||||
- title: Models
|
title: Loaders
|
||||||
sections:
|
- sections:
|
||||||
- local: api/models/overview
|
- local: api/models/overview
|
||||||
title: Overview
|
title: Overview
|
||||||
- local: api/models/auto_model
|
- local: api/models/auto_model
|
||||||
title: AutoModel
|
title: AutoModel
|
||||||
- title: ControlNets
|
- sections:
|
||||||
sections:
|
|
||||||
- local: api/models/controlnet
|
- local: api/models/controlnet
|
||||||
title: ControlNetModel
|
title: ControlNetModel
|
||||||
- local: api/models/controlnet_union
|
- local: api/models/controlnet_union
|
||||||
@@ -332,8 +317,8 @@
|
|||||||
title: SD3ControlNetModel
|
title: SD3ControlNetModel
|
||||||
- local: api/models/controlnet_sparsectrl
|
- local: api/models/controlnet_sparsectrl
|
||||||
title: SparseControlNetModel
|
title: SparseControlNetModel
|
||||||
- title: Transformers
|
title: ControlNets
|
||||||
sections:
|
- sections:
|
||||||
- local: api/models/allegro_transformer3d
|
- local: api/models/allegro_transformer3d
|
||||||
title: AllegroTransformer3DModel
|
title: AllegroTransformer3DModel
|
||||||
- local: api/models/aura_flow_transformer2d
|
- local: api/models/aura_flow_transformer2d
|
||||||
@@ -396,8 +381,8 @@
|
|||||||
title: TransformerTemporalModel
|
title: TransformerTemporalModel
|
||||||
- local: api/models/wan_transformer_3d
|
- local: api/models/wan_transformer_3d
|
||||||
title: WanTransformer3DModel
|
title: WanTransformer3DModel
|
||||||
- title: UNets
|
title: Transformers
|
||||||
sections:
|
- sections:
|
||||||
- local: api/models/stable_cascade_unet
|
- local: api/models/stable_cascade_unet
|
||||||
title: StableCascadeUNet
|
title: StableCascadeUNet
|
||||||
- local: api/models/unet
|
- local: api/models/unet
|
||||||
@@ -412,8 +397,8 @@
|
|||||||
title: UNetMotionModel
|
title: UNetMotionModel
|
||||||
- local: api/models/uvit2d
|
- local: api/models/uvit2d
|
||||||
title: UViT2DModel
|
title: UViT2DModel
|
||||||
- title: VAEs
|
title: UNets
|
||||||
sections:
|
- sections:
|
||||||
- local: api/models/asymmetricautoencoderkl
|
- local: api/models/asymmetricautoencoderkl
|
||||||
title: AsymmetricAutoencoderKL
|
title: AsymmetricAutoencoderKL
|
||||||
- local: api/models/autoencoder_dc
|
- local: api/models/autoencoder_dc
|
||||||
@@ -446,14 +431,26 @@
|
|||||||
title: Tiny AutoEncoder
|
title: Tiny AutoEncoder
|
||||||
- local: api/models/vq
|
- local: api/models/vq
|
||||||
title: VQModel
|
title: VQModel
|
||||||
- title: Pipelines
|
title: VAEs
|
||||||
sections:
|
title: Models
|
||||||
|
- sections:
|
||||||
- local: api/pipelines/overview
|
- local: api/pipelines/overview
|
||||||
title: Overview
|
title: Overview
|
||||||
|
- sections:
|
||||||
|
- local: api/pipelines/audioldm
|
||||||
|
title: AudioLDM
|
||||||
|
- local: api/pipelines/audioldm2
|
||||||
|
title: AudioLDM 2
|
||||||
|
- local: api/pipelines/dance_diffusion
|
||||||
|
title: Dance Diffusion
|
||||||
|
- local: api/pipelines/musicldm
|
||||||
|
title: MusicLDM
|
||||||
|
- local: api/pipelines/stable_audio
|
||||||
|
title: Stable Audio
|
||||||
|
title: Audio
|
||||||
- local: api/pipelines/auto_pipeline
|
- local: api/pipelines/auto_pipeline
|
||||||
title: AutoPipeline
|
title: AutoPipeline
|
||||||
- title: Image
|
- sections:
|
||||||
sections:
|
|
||||||
- local: api/pipelines/amused
|
- local: api/pipelines/amused
|
||||||
title: aMUSEd
|
title: aMUSEd
|
||||||
- local: api/pipelines/animatediff
|
- local: api/pipelines/animatediff
|
||||||
@@ -562,8 +559,7 @@
|
|||||||
title: Shap-E
|
title: Shap-E
|
||||||
- local: api/pipelines/stable_cascade
|
- local: api/pipelines/stable_cascade
|
||||||
title: Stable Cascade
|
title: Stable Cascade
|
||||||
- title: Stable Diffusion
|
- sections:
|
||||||
sections:
|
|
||||||
- local: api/pipelines/stable_diffusion/overview
|
- local: api/pipelines/stable_diffusion/overview
|
||||||
title: Overview
|
title: Overview
|
||||||
- local: api/pipelines/stable_diffusion/depth2img
|
- local: api/pipelines/stable_diffusion/depth2img
|
||||||
@@ -581,7 +577,8 @@
|
|||||||
- local: api/pipelines/stable_diffusion/latent_upscale
|
- local: api/pipelines/stable_diffusion/latent_upscale
|
||||||
title: Latent upscaler
|
title: Latent upscaler
|
||||||
- local: api/pipelines/stable_diffusion/ldm3d_diffusion
|
- local: api/pipelines/stable_diffusion/ldm3d_diffusion
|
||||||
title: LDM3D Text-to-(RGB, Depth), Text-to-(RGB-pano, Depth-pano), LDM3D Upscaler
|
title: LDM3D Text-to-(RGB, Depth), Text-to-(RGB-pano, Depth-pano), LDM3D
|
||||||
|
Upscaler
|
||||||
- local: api/pipelines/stable_diffusion/stable_diffusion_safe
|
- local: api/pipelines/stable_diffusion/stable_diffusion_safe
|
||||||
title: Safe Stable Diffusion
|
title: Safe Stable Diffusion
|
||||||
- local: api/pipelines/stable_diffusion/sdxl_turbo
|
- local: api/pipelines/stable_diffusion/sdxl_turbo
|
||||||
@@ -598,6 +595,7 @@
|
|||||||
title: T2I-Adapter
|
title: T2I-Adapter
|
||||||
- local: api/pipelines/stable_diffusion/text2img
|
- local: api/pipelines/stable_diffusion/text2img
|
||||||
title: Text-to-image
|
title: Text-to-image
|
||||||
|
title: Stable Diffusion
|
||||||
- local: api/pipelines/stable_unclip
|
- local: api/pipelines/stable_unclip
|
||||||
title: Stable unCLIP
|
title: Stable unCLIP
|
||||||
- local: api/pipelines/unclip
|
- local: api/pipelines/unclip
|
||||||
@@ -610,8 +608,8 @@
|
|||||||
title: VisualCloze
|
title: VisualCloze
|
||||||
- local: api/pipelines/wuerstchen
|
- local: api/pipelines/wuerstchen
|
||||||
title: Wuerstchen
|
title: Wuerstchen
|
||||||
- title: Video
|
title: Image
|
||||||
sections:
|
- sections:
|
||||||
- local: api/pipelines/allegro
|
- local: api/pipelines/allegro
|
||||||
title: Allegro
|
title: Allegro
|
||||||
- local: api/pipelines/cogvideox
|
- local: api/pipelines/cogvideox
|
||||||
@@ -642,20 +640,9 @@
|
|||||||
title: Text2Video-Zero
|
title: Text2Video-Zero
|
||||||
- local: api/pipelines/wan
|
- local: api/pipelines/wan
|
||||||
title: Wan
|
title: Wan
|
||||||
- title: Audio
|
title: Video
|
||||||
sections:
|
title: Pipelines
|
||||||
- local: api/pipelines/audioldm
|
- sections:
|
||||||
title: AudioLDM
|
|
||||||
- local: api/pipelines/audioldm2
|
|
||||||
title: AudioLDM 2
|
|
||||||
- local: api/pipelines/dance_diffusion
|
|
||||||
title: Dance Diffusion
|
|
||||||
- local: api/pipelines/musicldm
|
|
||||||
title: MusicLDM
|
|
||||||
- local: api/pipelines/stable_audio
|
|
||||||
title: Stable Audio
|
|
||||||
- title: Schedulers
|
|
||||||
sections:
|
|
||||||
- local: api/schedulers/overview
|
- local: api/schedulers/overview
|
||||||
title: Overview
|
title: Overview
|
||||||
- local: api/schedulers/cm_stochastic_iterative
|
- local: api/schedulers/cm_stochastic_iterative
|
||||||
@@ -724,8 +711,8 @@
|
|||||||
title: UniPCMultistepScheduler
|
title: UniPCMultistepScheduler
|
||||||
- local: api/schedulers/vq_diffusion
|
- local: api/schedulers/vq_diffusion
|
||||||
title: VQDiffusionScheduler
|
title: VQDiffusionScheduler
|
||||||
- title: Internal classes
|
title: Schedulers
|
||||||
sections:
|
- sections:
|
||||||
- local: api/internal_classes_overview
|
- local: api/internal_classes_overview
|
||||||
title: Overview
|
title: Overview
|
||||||
- local: api/attnprocessor
|
- local: api/attnprocessor
|
||||||
@@ -741,4 +728,6 @@
|
|||||||
- local: api/image_processor
|
- local: api/image_processor
|
||||||
title: VAE Image Processor
|
title: VAE Image Processor
|
||||||
- local: api/video_processor
|
- local: api/video_processor
|
||||||
title: Video Processor
|
title: Video Processor
|
||||||
|
title: Internal classes
|
||||||
|
title: API
|
||||||
|
|||||||
Reference in New Issue
Block a user