diffusers/docs/source/api/pipelines
Suraj Patil 9ec5084a9c
StableDiffusionUpscalePipeline (#1396)
* StableDiffusionUpscalePipeline

* fix a few things

* make it better

* fix image batching

* run vae in fp32

* fix docstr

* resize to mul of 64

* doc

* remove safety_checker

* add max_noise_level

* fix Copied

* begin tests

* slow tests

* default max_noise_level

* remove kwargs

* doc

* fix

* fix fast tests

* fix fast tests

* no sf

* don't offload vae

Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
2022-11-25 16:13:16 +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 StableDiffusionUpscalePipeline (#1396) 2022-11-25 16:13:16 +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