1. 07 Jan, 2025 2 commits
  2. 04 Jan, 2025 1 commit
  3. 03 Jan, 2025 1 commit
  4. 23 Dec, 2024 1 commit
  5. 18 Dec, 2024 1 commit
  6. 17 Dec, 2024 1 commit
  7. 13 Dec, 2024 1 commit
  8. 12 Dec, 2024 1 commit
  9. 10 Dec, 2024 2 commits
    • Linoy Tsaban's avatar
      [community pipeline rf-inversion] - fix example in doc (#10179) · 43534a8d
      Linoy Tsaban authored
      * fix example in doc
      
      * remove redundancies
      
      * change param
      43534a8d
    • Linoy Tsaban's avatar
      [community pipeline] Add RF-inversion Flux pipeline (#9816) · c9e4fab4
      Linoy Tsaban authored
      
      
      * initial commit
      
      * update denoising loop
      
      * fix scheduling
      
      * style
      
      * fix import
      
      * fixes
      
      * fixes
      
      * style
      
      * fixes
      
      * change invert
      
      * change denoising & check inputs
      
      * shape & timesteps fixes
      
      * timesteps fixes
      
      * style
      
      * remove redundancies
      
      * small changes
      
      * update documentation a bit
      
      * update documentation a bit
      
      * update documentation a bit
      
      * style
      
      * change strength param, remove redundancies
      
      * style
      
      * forward ode loop change
      
      * add inversion progress bar
      
      * fix image_seq_len
      
      * revert to strength but == 1 by default.
      
      * style
      
      * add "copied from..." comments
      
      * credit authors
      
      * make style
      
      * return inversion outputs without self-assigning
      
      * adjust denoising loop to generate regular images if inverted latents are not provided
      
      * adjust denoising loop to generate regular images if inverted latents are not provided
      
      * fix import
      
      * comment
      
      * remove redundant line
      
      * modify comment on ti
      
      * Update examples/community/pipeline_flux_rf_inversion.py
      Co-authored-by: default avatarhlky <hlky@hlky.ac>
      
      * Update examples/community/pipeline_flux_rf_inversion.py
      Co-authored-by: default avatarhlky <hlky@hlky.ac>
      
      * Update examples/community/pipeline_flux_rf_inversion.py
      Co-authored-by: default avatarhlky <hlky@hlky.ac>
      
      * Update examples/community/pipeline_flux_rf_inversion.py
      Co-authored-by: default avatarhlky <hlky@hlky.ac>
      
      * Update examples/community/pipeline_flux_rf_inversion.py
      Co-authored-by: default avatarhlky <hlky@hlky.ac>
      
      * Update examples/community/pipeline_flux_rf_inversion.py
      Co-authored-by: default avatarhlky <hlky@hlky.ac>
      
      * Update examples/community/pipeline_flux_rf_inversion.py
      Co-authored-by: default avatarhlky <hlky@hlky.ac>
      
      * fix syntax error
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      Co-authored-by: default avatarhlky <hlky@hlky.ac>
      c9e4fab4
  10. 03 Dec, 2024 1 commit
  11. 28 Nov, 2024 3 commits
  12. 27 Nov, 2024 1 commit
  13. 18 Nov, 2024 1 commit
  14. 13 Nov, 2024 1 commit
  15. 08 Nov, 2024 1 commit
  16. 06 Nov, 2024 1 commit
  17. 28 Oct, 2024 1 commit
  18. 22 Oct, 2024 2 commits
  19. 19 Oct, 2024 1 commit
  20. 15 Oct, 2024 1 commit
  21. 14 Oct, 2024 2 commits
  22. 11 Oct, 2024 1 commit
  23. 25 Sep, 2024 1 commit
  24. 18 Sep, 2024 1 commit
  25. 16 Sep, 2024 2 commits
  26. 14 Aug, 2024 1 commit
  27. 08 Aug, 2024 1 commit
    • Monjoy Narayan Choudhury's avatar
      Add Differential Diffusion to HunyuanDiT. (#9040) · 1fcb811a
      Monjoy Narayan Choudhury authored
      
      
      * Add Differential Pipeline.
      
      * Fix Styling Issue using ruff -fix
      
      * Add details to Contributing.md
      
      * Revert "Fix Styling Issue using ruff -fix"
      
      This reverts commit d347de162d5293f58f5ea2356ee6ddfcb97cf824.
      
      * Revert "Revert "Fix Styling Issue using ruff -fix""
      
      This reverts commit ce7c3ff216e70b5420f6564865dc0f2bab5d8cd1.
      
      * Revert README changes
      
      * Restore README.md
      
      * Update README.md
      
      * Resolved Comments:
      
      * Fix Readme based on review
      
      * Fix formatting after make style
      
      ---------
      Co-authored-by: default avatarAryan <aryan@huggingface.co>
      1fcb811a
  28. 05 Aug, 2024 1 commit
  29. 04 Aug, 2024 1 commit
  30. 03 Aug, 2024 1 commit
  31. 30 Jul, 2024 1 commit
  32. 26 Jul, 2024 1 commit
    • Sayak Paul's avatar
      [Chore] add `LoraLoaderMixin` to the inits (#8981) · d87fe95f
      Sayak Paul authored
      
      
      * introduce  to promote reusability.
      
      * up
      
      * add more tests
      
      * up
      
      * remove comments.
      
      * fix fuse_nan test
      
      * clarify the scope of fuse_lora and unfuse_lora
      
      * remove space
      
      * rewrite fuse_lora a bit.
      
      * feedback
      
      * copy over load_lora_into_text_encoder.
      
      * address dhruv's feedback.
      
      * fix-copies
      
      * fix issubclass.
      
      * num_fused_loras
      
      * fix
      
      * fix
      
      * remove mapping
      
      * up
      
      * fix
      
      * style
      
      * fix-copies
      
      * change to SD3TransformerLoRALoadersMixin
      
      * Apply suggestions from code review
      Co-authored-by: default avatarDhruv Nair <dhruv.nair@gmail.com>
      
      * up
      
      * handle wuerstchen
      
      * up
      
      * move lora to lora_pipeline.py
      
      * up
      
      * fix-copies
      
      * fix documentation.
      
      * comment set_adapters().
      
      * fix-copies
      
      * fix set_adapters() at the model level.
      
      * fix?
      
      * fix
      
      * loraloadermixin.
      
      ---------
      Co-authored-by: default avatarDhruv Nair <dhruv.nair@gmail.com>
      d87fe95f
  33. 25 Jul, 2024 1 commit