diffusers/tests/pipelines
Will Berman 62b3c9e06a
unCLIP variant (#2297)
* pipeline_variant

* Add docs for when clip_stats_path is specified

* Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_unclip.py

Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>

* Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_unclip.py

Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>

* Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_unclip_img2img.py

Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>

* Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_unclip_img2img.py

Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>

* prepare_latents # Copied from re: @patrickvonplaten

* NoiseAugmentor->ImageNormalizer

* stable_unclip_prior default to None re: @patrickvonplaten

* prepare_prior_extra_step_kwargs

* prior denoising scale model input

* {DDIM,DDPM}Scheduler -> KarrasDiffusionSchedulers re: @patrickvonplaten

* docs

* Update docs/source/en/api/pipelines/stable_unclip.mdx

Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>

---------

Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
2023-02-14 11:28:57 -08:00
..
altdiffusion Correct fast tests (#2314) 2023-02-10 14:12:34 +01:00
audio_diffusion [Bug]: fix DDPM scheduler arbitrary infer steps count. (#2076) 2023-01-31 09:13:26 +01:00
dance_diffusion Reproducibility 3/3 (#1924) 2023-01-25 13:44:22 +01:00
ddim Reproducibility 3/3 (#1924) 2023-01-25 13:44:22 +01:00
ddpm remove ddpm test_full_inference (#2291) 2023-02-10 13:51:07 -08:00
dit Reproducibility 3/3 (#1924) 2023-01-25 13:44:22 +01:00
karras_ve Reproducibility 3/3 (#1924) 2023-01-25 13:44:22 +01:00
latent_diffusion Replace flake8 with ruff and update black (#2279) 2023-02-07 23:46:23 +01:00
paint_by_example Replace flake8 with ruff and update black (#2279) 2023-02-07 23:46:23 +01:00
pndm Reproducibility 3/3 (#1924) 2023-01-25 13:44:22 +01:00
repaint Reproducibility 3/3 (#1924) 2023-01-25 13:44:22 +01:00
score_sde_ve Reproducibility 3/3 (#1924) 2023-01-25 13:44:22 +01:00
stable_diffusion Replace flake8 with ruff and update black (#2279) 2023-02-07 23:46:23 +01:00
stable_diffusion_2 unet check length inputs (#2327) 2023-02-13 16:25:50 -08:00
stable_diffusion_safe Replace flake8 with ruff and update black (#2279) 2023-02-07 23:46:23 +01:00
stable_unclip unCLIP variant (#2297) 2023-02-14 11:28:57 -08:00
unclip karlo image variation use kakaobrain upload (#2338) 2023-02-13 10:53:33 -08:00
versatile_diffusion [Versatile Diffusion] Fix tests (#2336) 2023-02-13 18:04:50 +01:00
vq_diffusion Replace flake8 with ruff and update black (#2279) 2023-02-07 23:46:23 +01:00
__init__.py Reorganize pipeline tests (#963) 2022-10-24 16:34:01 +02:00