diffusers/utils
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
..
check_config_docstrings.py rename modeling code 2022-06-07 10:35:53 +02:00
check_copies.py Avoid nested fix-copies (#1332) 2022-11-18 15:33:57 +01:00
check_dummies.py StableDiffusionDepth2ImgPipeline (#1531) 2022-12-08 18:25:12 +01:00
check_inits.py Fix typos and add Typo check GitHub Action (#483) 2022-09-16 15:36:51 +02:00
check_repo.py Add `is_torch_available`, `is_flax_available` (#204) 2022-08-17 16:47:20 +02:00
check_table.py Fix typos and add Typo check GitHub Action (#483) 2022-09-16 15:36:51 +02:00
custom_init_isort.py refactor: `custom_init_isort` readability fixups (#631) 2022-09-27 13:13:36 +02:00
get_modified_files.py `make fixup` support (#546) 2022-09-18 19:34:51 +02:00
print_env.py Initialize CI for code quality and testing (#256) 2022-08-26 17:34:58 +02:00
stale.py [GitBot] Automatically close issues after inactivitiy (#1079) 2022-10-31 14:06:03 +01:00