diffusers/tests/pipelines
Ilmari Heikkinen c28d3c82ce
StableDiffusion: Decode latents separately to run larger batches (#1150)
* StableDiffusion: Decode latents separately to run larger batches

* Move VAE sliced decode under enable_vae_sliced_decode and vae.enable_sliced_decode

* Rename sliced_decode to slicing

* fix whitespace

* fix quality check and repository consistency

* VAE slicing tests and documentation

* API doc hooks for VAE slicing

* reformat vae slicing tests

* Skip VAE slicing for one-image batches

* Documentation tweaks for VAE slicing

Co-authored-by: Ilmari Heikkinen <ilmari@fhtr.org>
2022-11-29 13:28:14 +01:00
..
altdiffusion Upscaling fixed (#1402) 2022-11-24 20:33:52 +01:00
dance_diffusion Add UNet 1d for RL model for planning + colab (#105) 2022-11-14 13:48:48 -08:00
ddim Add Scheduler.from_pretrained and better scheduler changing (#1286) 2022-11-15 18:15:13 +01:00
ddpm Deprecate `predict_epsilon` (#1393) 2022-11-25 14:02:15 +01:00
karras_ve default fast model loading 🔥 (#1115) 2022-11-03 17:25:57 +01:00
latent_diffusion Upscaling fixed (#1402) 2022-11-24 20:33:52 +01:00
pndm default fast model loading 🔥 (#1115) 2022-11-03 17:25:57 +01:00
repaint Add Scheduler.from_pretrained and better scheduler changing (#1286) 2022-11-15 18:15:13 +01:00
score_sde_ve Add Scheduler.from_pretrained and better scheduler changing (#1286) 2022-11-15 18:15:13 +01:00
stable_diffusion StableDiffusion: Decode latents separately to run larger batches (#1150) 2022-11-29 13:28:14 +01:00
stable_diffusion_2 Flax support for Stable Diffusion 2 (#1423) 2022-11-29 12:33:21 +01:00
stable_diffusion_safe Upscaling fixed (#1402) 2022-11-24 20:33:52 +01:00
versatile_diffusion fix slow tests (#1467) 2022-11-29 11:48:57 +01:00
vq_diffusion vq diffusion classifier free sampling (#1294) 2022-11-16 17:51:43 +01:00
__init__.py Reorganize pipeline tests (#963) 2022-10-24 16:34:01 +02:00