diffusers
886575ee - Refactor controlnet and add img2img and inpaint (#3386)

Comment changes are shownComment changes are hidden
Commit
2 years ago
Refactor controlnet and add img2img and inpaint (#3386) * refactor controlnet and add img2img and inpaint * First draft to get pipelines to work * make style * Fix more * Fix more * More tests * Fix more * Make inpainting work * make style and more tests * Apply suggestions from code review * up * make style * Fix imports * Fix more * Fix more * Improve examples * add test * Make sure import is correctly deprecated * Make sure everything works in compile mode * make sure authorship is correctly attributed
Parents
  • docs/source/en
    • File
      _toctree.yml
    • api/pipelines
      • File
        controlnet.mdx
      • File
        overview.mdx
    • File
      index.mdx
  • src/diffusers
    • File
      __init__.py
    • File
      pipeline_utils.py
    • pipelines
      • File
        __init__.py
      • controlnet
        • File
          __init__.py
        • File
          multicontrolnet.py
        • File
          pipeline_controlnet.py
        • File
          pipeline_controlnet_img2img.py
        • File
          pipeline_controlnet_inpaint.py
        • File
          pipeline_flax_controlnet.py
      • semantic_stable_diffusion
        • File
          pipeline_semantic_stable_diffusion.py
      • stable_diffusion
        • File
          __init__.py
        • File
          pipeline_flax_stable_diffusion_controlnet.py
        • File
          pipeline_stable_diffusion_controlnet.py
    • utils
      • File
        dummy_torch_and_transformers_objects.py
  • tests/pipelines
    • controlnet
      • File
        __init__.py
      • File
        test_controlnet.py
      • File
        test_controlnet_img2img.py
      • File
        test_controlnet_inpaint.py
      • File
        test_flax_controlnet.py
    • stable_diffusion
      • File
        test_stable_diffusion_image_variation.py
      • File
        test_stable_diffusion_inpaint.py