diffusers
fac76169 - [Tests] Speed up some fast pipeline tests (#7477)

Comment changes are shownComment changes are hidden
Commit
1 year ago
[Tests] Speed up some fast pipeline tests (#7477) * speed up test_vae_slicing in animatediff * speed up test_karras_schedulers_shape for attend and excite. * style. * get the static slices out. * specify torch print options. * modify * test run with controlnet * specify kwarg * fix: things * not None * flatten * controlnet img2img * complete controlet sd * finish more * finish more * finish more * finish more * finish the final batch * add cpu check for expected_pipe_slice. * finish the rest * remove print * style * fix ssd1b controlnet test * checking ssd1b * disable the test. * make the test_ip_adapter_single controlnet test more robust * fix: simple inpaint * multi * disable panorama * enable again * panorama is shaky so leave it for now * remove print * raise tolerance.
Author
Parents
  • src/diffusers/utils
    • File
      testing_utils.py
  • tests/pipelines
    • animatediff
      • File
        test_animatediff.py
      • File
        test_animatediff_video2video.py
    • controlnet
      • File
        test_controlnet.py
      • File
        test_controlnet_img2img.py
      • File
        test_controlnet_sdxl.py
      • File
        test_controlnet_sdxl_img2img.py
    • latent_consistency_models
      • File
        test_latent_consistency_models.py
      • File
        test_latent_consistency_models_img2img.py
    • pia
      • File
        test_pia.py
    • stable_diffusion
      • File
        test_stable_diffusion.py
      • File
        test_stable_diffusion_img2img.py
      • File
        test_stable_diffusion_inpaint.py
    • stable_diffusion_2
      • File
        test_stable_diffusion_attend_and_excite.py
    • stable_diffusion_xl
      • File
        test_stable_diffusion_xl.py
      • File
        test_stable_diffusion_xl_adapter.py
      • File
        test_stable_diffusion_xl_img2img.py
      • File
        test_stable_diffusion_xl_inpaint.py
    • File
      test_pipelines_common.py