-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
test_unclip.py is failing and I think because of which PR checks are also failing
Reproduction
pytest tests/pipelines/unclip/test_unclip.py
Logs
FAILED tests/pipelines/unclip/test_unclip.py::UnCLIPPipelineFastTests::test_attention_slicing_forward_pass - RuntimeError: shape '[8, 1024, 64]' is invalid for input of size 65536
FAILED tests/pipelines/unclip/test_unclip.py::UnCLIPPipelineFastTests::test_cpu_offload_forward_pass - RuntimeError: shape '[8, 1024, 64]' is invalid for input of size 65536
FAILED tests/pipelines/unclip/test_unclip.py::UnCLIPPipelineFastTests::test_dict_tuple_outputs_equivalent - RuntimeError: shape '[8, 1024, 64]' is invalid for input of size 65536
FAILED tests/pipelines/unclip/test_unclip.py::UnCLIPPipelineFastTests::test_float16_inference - RuntimeError: shape '[8, 1024, 64]' is invalid for input of size 65536
FAILED tests/pipelines/unclip/test_unclip.py::UnCLIPPipelineFastTests::test_inference_batch_consistent - RuntimeError: shape '[16, 1024, 64]' is invalid for input of size 131072
FAILED tests/pipelines/unclip/test_unclip.py::UnCLIPPipelineFastTests::test_inference_batch_single_identical - RuntimeError: shape '[24, 1024, 64]' is invalid for input of size 196608
FAILED tests/pipelines/unclip/test_unclip.py::UnCLIPPipelineFastTests::test_num_images_per_prompt - RuntimeError: shape '[8, 1024, 64]' is invalid for input of size 65536
FAILED tests/pipelines/unclip/test_unclip.py::UnCLIPPipelineFastTests::test_progress_bar - RuntimeError: shape '[8, 1024, 64]' is invalid for input of size 65536
FAILED tests/pipelines/unclip/test_unclip.py::UnCLIPPipelineFastTests::test_save_load_float16 - RuntimeError: shape '[8, 1024, 64]' is invalid for input of size 65536
FAILED tests/pipelines/unclip/test_unclip.py::UnCLIPPipelineFastTests::test_save_load_local - RuntimeError: shape '[8, 1024, 64]' is invalid for input of size 65536
FAILED tests/pipelines/unclip/test_unclip.py::UnCLIPPipelineFastTests::test_save_load_optional_components - RuntimeError: shape '[8, 1024, 64]' is invalid for input of size 65536
FAILED tests/pipelines/unclip/test_unclip.py::UnCLIPPipelineFastTests::test_to_device - RuntimeError: shape '[8, 1024, 64]' is invalid for input of size 65536
FAILED tests/pipelines/unclip/test_unclip.py::UnCLIPPipelineFastTests::test_unclip - RuntimeError: shape '[8, 1024, 64]' is invalid for input of size 65536
FAILED tests/pipelines/unclip/test_unclip.py::UnCLIPPipelineFastTests::test_unclip_passed_text_embed - RuntimeError: shape '[8, 1024, 64]' is invalid for input of size 65536
System Info
Diffusers version: '0.16.0.dev0'
Torch version: 1.13.1
Python version: 3.9.16
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working