============================= test session starts ============================== platform linux -- Python 3.8.10, pytest-8.2.0, pluggy-1.5.0 rootdir: /diffusers configfile: pyproject.toml plugins: xdist-3.6.1, timeout-2.3.1, requests-mock-1.10.0 collected 14 items tests/single_file/test_stable_diffusion_img2img_single_file.py ......... [ 64%] ..... [100%] =============================== warnings summary =============================== tests/single_file/test_stable_diffusion_img2img_single_file.py::StableDiffusionImg2ImgPipelineSingleFileSlowTests::test_single_file_components_with_original_config tests/single_file/test_stable_diffusion_img2img_single_file.py::StableDiffusionImg2ImgPipelineSingleFileSlowTests::test_single_file_components_with_original_config_local_files_only tests/single_file/test_stable_diffusion_img2img_single_file.py::StableDiffusion21Img2ImgPipelineSingleFileSlowTests::test_single_file_components_with_original_config tests/single_file/test_stable_diffusion_img2img_single_file.py::StableDiffusion21Img2ImgPipelineSingleFileSlowTests::test_single_file_components_with_original_config_local_files_only /diffusers/src/diffusers/loaders/single_file_utils.py:604: FutureWarning: `image_size` is deprecated and will be removed in version 1.0.0. Configuring UNet2DConditionModel with the `upcast_attention` argument to `from_single_file`is deprecated and will be ignored in future versions. deprecate("image_size", "1.0.0", deprecation_message) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================== 14 passed, 4 warnings in 149.17s (0:02:29) ==================