diffusers
fdd003d8 - [Tests] Refactor `test_examples.py` for better readability (#5946)

Comment changes are shownComment changes are hidden
Commit
1 year ago
[Tests] Refactor `test_examples.py` for better readability (#5946) * control and custom diffusion * dreambooth * instructpix2pix and dreambooth ckpting * t2i adapters. * text to image ft * textual inversion * unconditional * workflows * import fix * fix import
Author
Parents
  • .github/workflows
    • File
      pr_tests.yml
    • File
      push_tests_fast.yml
  • examples
    • controlnet
      • File
        test_controlnet.py
    • custom_diffusion
      • File
        test_custom_diffusion.py
    • dreambooth
      • File
        test_dreambooth.py
      • File
        test_dreambooth_lora.py
    • instruct_pix2pix
      • File
        test_instruct_pix2pix.py
    • t2i_adapter
      • File
        test_t2i_adapter.py
    • File
      test_examples.py
    • File
      test_examples_utils.py
    • text_to_image
      • File
        test_text_to_image.py
      • File
        test_text_to_image_lora.py
    • textual_inversion
      • File
        test_textual_inversion.py
    • unconditional_image_generation
      • File
        test_unconditional.py