diffusers/docs/source/api
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
..
experimental add docs for multi-modal examples (#1227) 2022-11-17 10:25:49 -08:00
pipelines StableDiffusionUpscalePipeline (#1396) 2022-11-25 16:13:16 +01:00
configuration.mdx Add Scheduler.from_pretrained and better scheduler changing (#1286) 2022-11-15 18:15:13 +01:00
diffusion_pipeline.mdx [Stable Diffusion] Add components function (#889) 2022-10-20 13:28:11 +02:00
logging.mdx [Docs] Logging (#394) 2022-09-07 14:58:21 +02:00
models.mdx Add UNet 1d for RL model for planning + colab (#105) 2022-11-14 13:48:48 -08:00
outputs.mdx [Docs] Outputs.mdx (#422) 2022-09-08 14:47:14 +02:00
schedulers.mdx Add a reference to the name 'Sampler' (#1172) 2022-11-10 14:37:42 +01:00