FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
diffusers/docs/source/pipelines.mdx at main · AndrewMohawk/diffusers · GitHub
AndrewMohawk
/
diffusers
Public
forked from
huggingface/diffusers
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
diffusers
/
docs
/
source
/
pipelines.mdx
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (22 loc) · 2.07 KB
Breadcrumbs
diffusers
/
docs
/
source
/
pipelines.mdx
Copy path
File metadata and controls
31 lines (22 loc) · 2.07 KB
Raw
Copy raw file
Download raw file
Outline
Edit and raw actions
Pipelines
Pipelines are a collection of end-to-end diffusion systems that can be used out-of-the-box
Pipelines should stay as close as possible to their original implementation
Pipelines can include components of other library, such as text-encoders.
API
TODO(Patrick, Anton, Suraj)
Examples
DDPM for unconditional image generation in
pipeline_ddpm
.
DDIM for unconditional image generation in
pipeline_ddim
.
PNDM for unconditional image generation in
pipeline_pndm
.
Latent diffusion for text to image generation / conditional image generation in
pipeline_latent_diffusion
.
Glide for text to image generation / conditional image generation in
pipeline_glide
.
BDDMPipeline for spectrogram-to-sound vocoding in
pipeline_bddm
.
Grad-TTS for text to audio generation / conditional audio generation in
pipeline_grad_tts
.
Back
|
FazBrowse Home
|
New Git URL