diffusers/docs/source
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
..
api Add Safe Stable Diffusion Pipeline (#1244) 2022-11-22 11:51:30 +01:00
conceptual clean incomplete pages (#1008) 2022-10-29 09:28:26 +02:00
imgs fix image docs 2022-11-07 17:25:13 +01:00
optimization Docs: Do not require PyTorch nightlies (#1123) 2022-11-03 18:17:23 +01:00
training Fix wrong link in text2img fine-tuning documentation (#1282) 2022-11-14 20:42:14 +01:00
using-diffusers add docs for multi-modal examples (#1227) 2022-11-17 10:25:49 -08:00
_toctree.yml Add Safe Stable Diffusion Pipeline (#1244) 2022-11-22 11:51:30 +01:00
index.mdx Add Safe Stable Diffusion Pipeline (#1244) 2022-11-22 11:51:30 +01:00
installation.mdx default fast model loading 🔥 (#1115) 2022-11-03 17:25:57 +01:00
quicktour.mdx Add Scheduler.from_pretrained and better scheduler changing (#1286) 2022-11-15 18:15:13 +01:00