"torchvision/models/vscode:/vscode.git/clone" did not exist on "4d711fdc21d1ccbc4d366f7bfddb318ebb7408a0"
  1. 13 Apr, 2025 1 commit
    • Ishan Modi's avatar
      [ControlNet] Adds controlnet for SanaTransformer (#11040) · f1f38ffb
      Ishan Modi authored
      
      
      * added controlnet for sana transformer
      
      * improve code quality
      
      * addressed PR comments
      
      * bug fixes
      
      * added test cases
      
      * update
      
      * added dummy objects
      
      * addressed PR comments
      
      * update
      
      * Forcing update
      
      * add to docs
      
      * code quality
      
      * addressed PR comments
      
      * addressed PR comments
      
      * update
      
      * addressed PR comments
      
      * added proper styling
      
      * update
      
      * Revert "added proper styling"
      
      This reverts commit 344ee8a7014ada095b295034ef84341f03b0e359.
      
      * manually ordered
      
      * Apply suggestions from code review
      
      ---------
      Co-authored-by: default avatarAryan <contact.aryanvs@gmail.com>
      f1f38ffb
  2. 11 Apr, 2025 1 commit
  3. 10 Apr, 2025 1 commit
  4. 09 Apr, 2025 4 commits
  5. 08 Apr, 2025 1 commit
  6. 07 Apr, 2025 1 commit
  7. 04 Apr, 2025 3 commits
    • Tolga Cangöz's avatar
      [LTX0.9.5] Refactor `LTXConditionPipeline` for text-only conditioning (#11174) · 13e48492
      Tolga Cangöz authored
      * Refactor `LTXConditionPipeline` to add text-only conditioning
      
      * style
      
      * up
      
      * Refactor `LTXConditionPipeline` to streamline condition handling and improve clarity
      
      * Improve condition checks
      
      * Simplify latents handling based on conditioning type
      
      * Refactor rope_interpolation_scale preparation for clarity and efficiency
      
      * Update LTXConditionPipeline docstring to clarify supported input types
      
      * Add LTX Video 0.9.5 model to documentation
      
      * Clarify documentation to indicate support for text-only conditioning without passing `conditions`
      
      * refactor: comment out unused parameters in LTXConditionPipeline
      
      * fix: restore previously commented parameters in LTXConditionPipeline
      
      * fix: remove unused parameters from LTXConditionPipeline
      
      * refactor: remove unnecessary lines in LTXConditionPipeline
      13e48492
    • Suprhimp's avatar
      [feat]Add strength in flux_fill pipeline (denoising strength for fluxfill) (#10603) · 94f2c48d
      Suprhimp authored
      * [feat]add strength in flux_fill pipeline
      
      * Update src/diffusers/pipelines/flux/pipeline_flux_fill.py
      
      * Update src/diffusers/pipelines/flux/pipeline_flux_fill.py
      
      * Update src/diffusers/pipelines/flux/pipeline_flux_fill.py
      
      * [refactor] refactor after review
      
      * [fix] change comment
      
      * Apply style fixes
      
      * empty
      
      * fix
      
      * update prepare_latents from flux.img2img pipeline
      
      * style
      
      * Update src/diffusers/pipelines/flux/pipeline_flux_fill.py
      
      ---------
      94f2c48d
    • Kenneth Gerald Hamilton's avatar
      Fixed requests.get function call by adding timeout parameter. (#11156) · f10775b1
      Kenneth Gerald Hamilton authored
      
      
      * Fixed requests.get function call by adding timeout parameter.
      
      * declare DIFFUSERS_REQUEST_TIMEOUT in constants and import when needed
      
      * remove unneeded os import
      
      * Apply style fixes
      
      ---------
      Co-authored-by: default avatarSai-Suraj-27 <sai.suraj.27.729@gmail.com>
      Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
      f10775b1
  8. 03 Apr, 2025 1 commit
  9. 02 Apr, 2025 4 commits
  10. 01 Apr, 2025 1 commit
    • Dhruv Nair's avatar
      [WIP] Add Wan Video2Video (#11053) · df1d7b01
      Dhruv Nair authored
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      df1d7b01
  11. 31 Mar, 2025 2 commits
  12. 28 Mar, 2025 1 commit
  13. 25 Mar, 2025 1 commit
  14. 24 Mar, 2025 1 commit
    • Aryan's avatar
      New HunyuanVideo-I2V (#11066) · 8907a70a
      Aryan authored
      * update
      
      * update
      
      * update
      
      * add tests
      
      * update docs
      
      * raise value error
      
      * warning for true cfg and guidance scale
      
      * fix test
      8907a70a
  15. 23 Mar, 2025 1 commit
    • Yuxuan Zhang's avatar
      Modify the implementation of retrieve_timesteps in CogView4-Control. (#11125) · 1d37f420
      Yuxuan Zhang authored
      
      
      * 1
      
      * change to channel 1
      
      * cogview4 control training
      
      * add CacheMixin
      
      * 1
      
      * remove initial_input_channels change for val
      
      * 1
      
      * update
      
      * use 3.5
      
      * new loss
      
      * 1
      
      * use imagetoken
      
      * for megatron convert
      
      * 1
      
      * train con and uc
      
      * 2
      
      * remove guidance_scale
      
      * Update pipeline_cogview4_control.py
      
      * fix
      
      * use cogview4 pipeline with timestep
      
      * update shift_factor
      
      * remove the uncond
      
      * add max length
      
      * change convert and use GLMModel instead of GLMForCasualLM
      
      * fix
      
      * [cogview4] Add attention mask support to transformer model
      
      * [fix] Add attention mask for padded token
      
      * update
      
      * remove padding type
      
      * Update train_control_cogview4.py
      
      * resolve conflicts with #10981
      
      * add control convert
      
      * use control format
      
      * fix
      
      * add missing import
      
      * update with cogview4 formate
      
      * make style
      
      * Update pipeline_cogview4_control.py
      
      * Update pipeline_cogview4_control.py
      
      * remove
      
      * Update pipeline_cogview4_control.py
      
      * put back
      
      * Apply style fixes
      
      ---------
      Co-authored-by: default avatarOleehyO <leehy0357@gmail.com>
      Co-authored-by: default avataryiyixuxu <yixu310@gmail.com>
      Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
      1d37f420
  16. 21 Mar, 2025 4 commits
  17. 20 Mar, 2025 2 commits
  18. 19 Mar, 2025 1 commit
  19. 18 Mar, 2025 2 commits
  20. 17 Mar, 2025 1 commit
  21. 15 Mar, 2025 2 commits
  22. 13 Mar, 2025 1 commit
  23. 12 Mar, 2025 1 commit
  24. 10 Mar, 2025 2 commits