1. 17 Aug, 2024 1 commit
  2. 16 Aug, 2024 4 commits
  3. 15 Aug, 2024 1 commit
  4. 14 Aug, 2024 1 commit
  5. 13 Aug, 2024 3 commits
  6. 12 Aug, 2024 1 commit
  7. 07 Aug, 2024 7 commits
  8. 06 Aug, 2024 4 commits
  9. 05 Aug, 2024 5 commits
    • Tolga Cangöz's avatar
      Update `CLIPFeatureExtractor` to `CLIPImageProcessor` and... · 3dc97bd1
      Tolga Cangöz authored
      
      Update `CLIPFeatureExtractor` to `CLIPImageProcessor` and `DPTFeatureExtractor` to `DPTImageProcessor` (#9002)
      
      * fix: update `CLIPFeatureExtractor` to `CLIPImageProcessor` in codebase
      
      * `make style && make quality`
      
      * Update `DPTFeatureExtractor` to `DPTImageProcessor` in codebase
      
      * `make style`
      
      ---------
      Co-authored-by: default avatarAryan <aryan@huggingface.co>
      3dc97bd1
    • omahs's avatar
      Fix typos (#9077) · 6d32b292
      omahs authored
      * fix typo
      6d32b292
    • YiYi Xu's avatar
      add sentencepiece as a soft dependency (#9065) · bc3c73ad
      YiYi Xu authored
      
      
      * add sentencepiece as  soft dependency for kolors
      
      * up
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      bc3c73ad
    • Aryan's avatar
      PAG variant for HunyuanDiT, PAG refactor (#8936) · b7058d14
      Aryan authored
      
      
      * copy hunyuandit pipeline
      
      * pag variant of hunyuan dit
      
      * add tests
      
      * update docs
      
      * make style
      
      * make fix-copies
      
      * Update src/diffusers/pipelines/pag/pag_utils.py
      
      * remove incorrect copied from
      
      * remove pag hunyuan attn procs to resolve conflicts
      
      * add pag attn procs again
      
      * new implementation for pag_utils
      
      * revert pag changes
      
      * add pag refactor back; update pixart sigma
      
      * update pixart pag tests
      
      * apply suggestions from review
      
      Co-Authored-By: yixu310@gmail.com
      
      * make style
      
      * update docs, fix tests
      
      * fix tests
      
      * fix test_components_function since list not accepted as valid __init__ param
      
      * apply patch to fix broken tests
      Co-Authored-By: default avatarSayak Paul <spsayakpaul@gmail.com>
      
      * make style
      
      * fix hunyuan tests
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      b7058d14
    • Sayak Paul's avatar
      [FLUX] support LoRA (#9057) · fc6a91e3
      Sayak Paul authored
      * feat: lora support for Flux.
      
      add tests
      
      fix imports
      
      major fixes.
      
      * fix
      
      fixes
      
      final fixes?
      
      * fix
      
      * remove is_peft_available.
      fc6a91e3
  10. 04 Aug, 2024 3 commits
  11. 03 Aug, 2024 3 commits
  12. 02 Aug, 2024 2 commits
    • Sayak Paul's avatar
      [Flux] allow tests to run (#9050) · 0e460675
      Sayak Paul authored
      * fix tests
      
      * fix
      
      * float64 skip
      
      * remove sample_size.
      
      * remove
      
      * remove more
      
      * default_sample_size.
      
      * credit black forest for flux model.
      
      * skip
      
      * fix: tests
      
      * remove OriginalModelMixin
      
      * add transformer model test
      
      * add: transformer model tests
      0e460675
    • Sayak Paul's avatar
      [Core] Add PAG support for PixArtSigma (#8921) · 7b98c4cc
      Sayak Paul authored
      * feat: add pixart sigma pag.
      
      * inits.
      
      * fixes
      
      * fix
      
      * remove print.
      
      * copy paste methods to the pixart pag mixin
      
      * fix-copies
      
      * add documentation.
      
      * add tests.
      
      * remove correction file.
      
      * remove pag_applied_layers
      
      * empty
      7b98c4cc
  13. 01 Aug, 2024 4 commits
  14. 30 Jul, 2024 1 commit