1. 16 Aug, 2023 3 commits
    • Sayak Paul's avatar
      [Core] feat: MultiControlNet support for SDXL ControlNet pipeline (#4597) · 50495991
      Sayak Paul authored
      * core: add multicontrolnet support to sdxl controlnet
      
      * modify checks.
      
      * fix: original_size determination
      
      * add: tests for multi controlnet sdxl.
      
      * remove unnecessary prints.
      50495991
    • Dirk Morris's avatar
      Fix unipc use_karras_sigmas exception - fixes huggingface/diffusers#4580 (#4581) · a7de9650
      Dirk Morris authored
      * Fix unipc karras sigmas exception - fixes huggingface/diffusers#4580
      
      * Add unipc scheduler tests for karras sigmas
      a7de9650
    • nikhil-masterful's avatar
      Add GLIGEN implementation (#4441) · da5ab51d
      nikhil-masterful authored
      * Add GLIGEN implementation
      
      * GLIGEN: Fix code quality check failures
      
      * GLIGEN: Fix Import block un-sorted or un-formatted failures
      
      * GLIGEN: Fix check_repository_consistency failures
      
      * GLIGEN: Add 'PositionNet' to versatile_diffusion/modeling_text_unet.py
      
      * GLIGEN: check_repository_consistency: fix 'copy does not match' error
      
      * GLIGEN: Fix review comments (1)
      
      * GLIGEN: Fix E721 Do not compare types, use `isinstance()` failures
      
      * GLIGEN : Ensure _encode_prompt() copy matches to StableDiffusionPipeline
      
      * GLIGEN: Fix ruff E721 failure in unidiffuser/test_unidiffuser.py
      
      * GLIGEN: doc_builder: restyle pipeline_stable_diffusion_gligen.py
      
      * GIGLEN: reset files unrelated to gligen
      
      * GLIGEN: Fix documentation comments (1)
      
      * GLIGEN: Fix review comments (2)
      
      * GLIGEN: Added FastTest
      
      * GLIGEN: Fix review comments (3)
      da5ab51d
  2. 15 Aug, 2023 2 commits
  3. 12 Aug, 2023 1 commit
  4. 11 Aug, 2023 3 commits
  5. 10 Aug, 2023 3 commits
  6. 09 Aug, 2023 2 commits
  7. 08 Aug, 2023 2 commits
    • Wooyeol Baek's avatar
      Copy lora functions to XLPipelines (#4512) · c7c0b575
      Wooyeol Baek authored
      * add load_lora_weights and save_lora_weights to StableDiffusionXLImg2ImgPipeline
      
      * add load_lora_weights and save_lora_weights to StableDiffusionXLInpaintPipeline
      
      * apply black format
      
      * apply black format
      
      * add copy statement
      
      * fix statements
      
      * fix statements
      
      * fix statements
      
      * run `make fix-copies`
      c7c0b575
    • George He's avatar
      Fix misc typos (#4479) · f0725c58
      George He authored
      Fix typos
      f0725c58
  8. 07 Aug, 2023 1 commit
  9. 04 Aug, 2023 3 commits
  10. 03 Aug, 2023 10 commits
  11. 02 Aug, 2023 4 commits
  12. 01 Aug, 2023 4 commits
  13. 31 Jul, 2023 1 commit
    • Nishant Rajadhyaksha's avatar
      Update docs of unet_1d.py (#4394) · 6c49d542
      Nishant Rajadhyaksha authored
      Update unet_1d.py
      
      highlighting the way the modules are actually fed in the main code as the order matters because no skip block attaches time embeds whilst others do not
      6c49d542
  14. 30 Jul, 2023 1 commit