diffusers/docs/source
Suraj Patil 5383188c7e
StableDiffusionDepth2ImgPipeline (#1531)
* begin depth pipeline

* add depth estimation model

* fix prepare_depth_mask

* add a comment about autocast

* copied from, quality, cleanup

* begin tests

* handle tensors

* norm image tensor

* fix batch size

* fix tests

* fix enable_sequential_cpu_offload

* fix save load

* fix test_save_load_float16

* fix test_save_load_optional_components

* fix test_float16_inference

* fix test_cpu_offload_forward_pass

* fix test_dict_tuple_outputs_equivalent

* up

* fix fast tests

* fix test_stable_diffusion_img2img_multiple_init_images

* fix few more fast tests

* don't use device map for DPT

* fix test_stable_diffusion_pipeline_with_sequential_cpu_offloading

* accept external depth maps

* prepare_depth_mask -> prepare_depth_map

* fix file name

* fix file name

* quality

* check transformers version

* fix test names

* use skipif

* fix import

* add docs

* skip tests on mps

* correct version

* uP

* Update docs/source/api/pipelines/stable_diffusion_2.mdx

* fix fix-copies

* fix fix-copies

Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
Co-authored-by: anton- <anton@huggingface.co>
2022-12-08 18:25:12 +01:00
..
api StableDiffusionDepth2ImgPipeline (#1531) 2022-12-08 18:25:12 +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 Add doc for Stable Diffusion on Habana Gaudi (#1496) 2022-12-01 15:43:48 +01:00
training Fix wrong link in text2img fine-tuning documentation (#1282) 2022-11-14 20:42:14 +01:00
using-diffusers Update RL docs for better sharing / adding models (#1563) 2022-12-07 09:08:12 -08:00
_toctree.yml Add paint by example (#1533) 2022-12-07 11:06:30 +01:00
index.mdx Add paint by example (#1533) 2022-12-07 11:06:30 +01:00
installation.mdx Add from_pretrained telemetry (#1461) 2022-12-07 11:56:21 +01:00
quicktour.mdx Add Scheduler.from_pretrained and better scheduler changing (#1286) 2022-11-15 18:15:13 +01:00