diffusers/docs/source/api/pipelines
Patrick von Platen 2625fb59dc
[Versatile Diffusion] Add versatile diffusion model (#1283)
* up

* convert dual unet

* revert dual attn

* adapt for vd-official

* test the full pipeline

* mixed inference

* mixed inference for text2img

* add image prompting

* fix clip norm

* split text2img and img2img

* fix format

* refactor text2img

* mega pipeline

* add optimus

* refactor image var

* wip text_unet

* text unet end to end

* update tests

* reshape

* fix image to text

* add some first docs

* dual guided pipeline

* fix token ratio

* propose change

* dual transformer as a native module

* DualTransformer(nn.Module)

* DualTransformer(nn.Module)

* correct unconditional image

* save-load with mega pipeline

* remove image to text

* up

* uP

* fix

* up

* final fix

* remove_unused_weights

* test updates

* save progress

* uP

* fix dual prompts

* some fixes

* finish

* style

* finish renaming

* up

* fix

* fix

* fix

* finish

Co-authored-by: anton-l <anton@huggingface.co>
2022-11-23 19:03:45 +01:00
..
alt_diffusion.mdx change the sample model (#1352) 2022-11-21 11:28:25 +01:00
cycle_diffusion.mdx Add Scheduler.from_pretrained and better scheduler changing (#1286) 2022-11-15 18:15:13 +01:00
dance_diffusion.mdx [Dance Diffusion] Add dance diffusion (#803) 2022-10-25 18:39:25 +02:00
ddim.mdx DDIM docs (#1219) 2022-11-09 16:02:11 +01:00
ddpm.mdx add community pipeline docs; add minimal text to some empty doc pages (#930) 2022-10-24 14:20:08 -07:00
latent_diffusion.mdx Add improved handling of pil (#1309) 2022-11-16 15:58:22 +01:00
latent_diffusion_uncond.mdx add community pipeline docs; add minimal text to some empty doc pages (#930) 2022-10-24 14:20:08 -07:00
overview.mdx [Versatile Diffusion] Add versatile diffusion model (#1283) 2022-11-23 19:03:45 +01:00
pndm.mdx add community pipeline docs; add minimal text to some empty doc pages (#930) 2022-10-24 14:20:08 -07:00
repaint.mdx Add Scheduler.from_pretrained and better scheduler changing (#1286) 2022-11-15 18:15:13 +01:00
score_sde_ve.mdx add community pipeline docs; add minimal text to some empty doc pages (#930) 2022-10-24 14:20:08 -07:00
stable_diffusion.mdx StableDiffusionImageVariationPipeline (#1365) 2022-11-23 14:36:39 +01:00
stable_diffusion_safe.mdx Add Safe Stable Diffusion Pipeline (#1244) 2022-11-22 11:51:30 +01:00
stochastic_karras_ve.mdx add community pipeline docs; add minimal text to some empty doc pages (#930) 2022-10-24 14:20:08 -07:00
versatile_diffusion.mdx [Versatile Diffusion] Add versatile diffusion model (#1283) 2022-11-23 19:03:45 +01:00
vq_diffusion.mdx VQ-diffusion (#658) 2022-11-03 16:10:28 +01:00