1. 17 Oct, 2023 2 commits
    • Sayak Paul's avatar
      [Examples] Follow up of #5393 (#5420) · b4cbbd5e
      Sayak Paul authored
      * fix: create_repo()
      
      * Empty-Commit
      b4cbbd5e
    • Sayak Paul's avatar
      [Core] Fix/pipeline without text encoders for SDXL (#5301) · 8b3d2aea
      Sayak Paul authored
      
      
      * fix: sdxl pipeline when unet is not available.
      
      * fix moe
      
      * account for text
      
      * ifx more
      
      * don't make unet optional.
      
      * Apply suggestions from code review
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * split conditionals.
      
      * add optional components to sdxl pipeline
      
      * propagate changes to the rest of the pipelines.
      
      * add: test
      
      * add to all
      
      * fix: rest of the pipelines.
      
      * use pipeline_class variable
      
      * separate pipeline mixin
      
      * use safe_serialization
      
      * fix: test
      
      * access actual output.
      
      * add: optional test to adapter and ip2p sdxl pipeline tests/
      
      * add optional test to controlnet sdxl.
      
      * fix tests
      
      * fix ip2p tests
      
      * fix more
      
      * fifx more.
      
      * use np output type.
      
      * fix for StableDiffusionXLMultiControlNetPipelineFastTests.
      
      * fix: SDXLOptionalComponentsTesterMixin
      
      * Apply suggestions from code review
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * fix tests
      
      * Empty-Commit
      
      * revert previous
      
      * quality
      
      * fix: test
      
      ---------
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      8b3d2aea
  2. 16 Oct, 2023 7 commits
  3. 15 Oct, 2023 1 commit
  4. 13 Oct, 2023 2 commits
    • Younes Belkada's avatar
      [`core` / `PEFT` / `LoRA`] Integrate PEFT into Unet (#5151) · 2bfa55f4
      Younes Belkada authored
      
      
      * v1
      
      * add tests and fix previous failing tests
      
      * fix CI
      
      * add tests + v1 `PeftLayerScaler`
      
      * style
      
      * add scale retrieving mechanism system
      
      * fix CI
      
      * up
      
      * up
      
      * simple approach --> not same results for some reason
      
      * fix issues
      
      * fix copies
      
      * remove unneeded method
      
      * active adapters!
      
      * fix merge conflicts
      
      * up
      
      * up
      
      * kohya - test-1
      
      * Apply suggestions from code review
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * fix scale
      
      * fix copies
      
      * add comment
      
      * multi adapters
      
      * fix tests
      
      * oops
      
      * v1 faster loading - in progress
      
      * Revert "v1 faster loading - in progress"
      
      This reverts commit ac925f81321e95fc8168184c3346bf3d75404d5a.
      
      * kohya same generation
      
      * fix some slow tests
      
      * peft integration features for unet lora
      
      1. Support for Multiple ranks/alphas
      2. Support for Multiple active adapters
      3. Support for enabling/disabling LoRAs
      
      * fix ...
      2bfa55f4
    • Sayak Paul's avatar
      [Core] Add FreeU to all the core pipelines and their (mostly-used) derivatives (#5376) · 9bc55e8b
      Sayak Paul authored
      * add: freeu to the core sdxl pipeline.
      
      * add: freeu to video2video
      
      * add: freeu to the core SD pipelines.
      
      * add: freeu to image variation for sdxl.
      
      * add: freeu to SD ControlNet pipelines.
      
      * add: freeu to SDXL controlnet pipelines.
      
      * add: freu to t2i adapter pipelines.
      
      * make fix-copies.
      9bc55e8b
  5. 12 Oct, 2023 2 commits
  6. 11 Oct, 2023 6 commits
  7. 10 Oct, 2023 3 commits
  8. 09 Oct, 2023 12 commits
  9. 08 Oct, 2023 1 commit
  10. 06 Oct, 2023 4 commits