diffusers/tests/pipelines
Manuel Brack e50c25d808
Add Safe Stable Diffusion Pipeline (#1244)
* Add pipeline_stable_diffusion_safe.py to pipelines

* Fix repository consistency

Ran make fix-copies after adding new pipline

* Add Paper/Equation reference for parameters to doc string

* Ensure code style and quality

* Perform code refactoring

* Fix copies inherited from merge with huggingface/main

* Add docs

* Fix code style

* Fix errors in documentation

* Fix refactoring error

* remove debugging print statement

* added Safe Latent Diffusion tests

* Fix style

* Fix style

* Add pre-defined safety configurations

* Fix line-break

* fix some tests

* finish

* Change safety checker

* Add missing safety_checker.py file

* Remove unused imports

Co-authored-by: PatrickSchrML <patrick_schramowski@hotmail.de>
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
2022-11-22 11:51:30 +01:00
..
altdiffusion [AltDiffusion] add tests (#1311) 2022-11-16 15:40:26 +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 Add Scheduler.from_pretrained and better scheduler changing (#1286) 2022-11-15 18:15:13 +01:00
karras_ve default fast model loading 🔥 (#1115) 2022-11-03 17:25:57 +01:00
latent_diffusion Add improved handling of pil (#1309) 2022-11-16 15:58:22 +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 make style 2022-11-20 19:37:28 +01:00
stable_diffusion_safe Add Safe Stable Diffusion Pipeline (#1244) 2022-11-22 11:51:30 +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