"vscode:/vscode.git/clone" did not exist on "56bf70a27db786eaa056fa85effad4adebd1b984"
  1. 13 Nov, 2025 1 commit
    • David El Malih's avatar
      Improve docstrings and type hints in scheduling_amused.py (#12623) · 44c31016
      David El Malih authored
      * Improve docstrings and type hints in scheduling_amused.py
      
      - Add complete type hints for helper functions (gumbel_noise, mask_by_random_topk)
      - Enhance AmusedSchedulerOutput with proper Optional typing
      - Add comprehensive docstrings for AmusedScheduler class
      - Improve __init__, set_timesteps, step, and add_noise methods
      - Fix type hints to match documentation conventions
      - All changes follow project standards from issue #9567
      
      * Enhance type hints and docstrings in scheduling_amused.py
      
      - Update type hints for `prev_sample` and `pred_original_sample` in `AmusedSchedulerOutput` to reflect their tensor types.
      - Improve docstring for `gumbel_noise` to specify the output tensor's dtype and device.
      - Refine `AmusedScheduler` class documentation, including detailed descriptions of the masking schedule and temperature parameters.
      - Adjust type hints in `set_timesteps` and `step` methods for better clarity and consistency.
      
      * Apply review feedback on scheduling_amused.py
      
      - Replace generic [Amused] reference with specific [`AmusedPipeline`] reference for consistency with project documentation conventions
      44c31016
  2. 12 Nov, 2025 6 commits
    • YiYi Xu's avatar
      [modular] add a check (#12628) · d6c63bb9
      YiYi Xu authored
      * add
      
      * fix
      d6c63bb9
    • Quentin Gallouédec's avatar
      ArXiv -> HF Papers (#12583) · f3db38c1
      Quentin Gallouédec authored
      * Update pipeline_skyreels_v2_i2v.py
      
      * Update README.md
      
      * Update torch_utils.py
      
      * Update torch_utils.py
      
      * Update guider_utils.py
      
      * Update pipeline_ltx.py
      
      * Update pipeline_bria.py
      
      * Apply suggestion from @qgallouedec
      
      * Update autoencoder_kl_qwenimage.py
      
      * Update pipeline_prx.py
      
      * Update pipeline_wan_vace.py
      
      * Update pipeline_skyreels_v2.py
      
      * Update pipeline_skyreels_v2_diffusion_forcing.py
      
      * Update pipeline_bria_fibo.py
      
      * Update pipeline_skyreels_v2_diffusion_forcing_i2v.py
      
      * Update pipeline_ltx_condition.py
      
      * Update pipeline_ltx_image2video.py
      
      * Update regional_prompting_stable_diffusion.py
      
      * make style
      
      * style
      
      * style
      f3db38c1
    • Sayak Paul's avatar
      [modular] add tests for qwen modular (#12585) · f5e5f348
      Sayak Paul authored
      * add tests for qwenimage modular.
      
      * qwenimage edit.
      
      * qwenimage edit plus.
      
      * empty
      
      * align with the latest structure
      
      * up
      
      * up
      
      * reason
      
      * up
      
      * fix multiple issues.
      
      * up
      
      * up
      
      * fix
      
      * up
      
      * make it similar to the original pipeline.
      f5e5f348
    • YiYi Xu's avatar
      fix dispatch_attention_fn check (#12636) · 093cd3f0
      YiYi Xu authored
      * fix
      
      * fix
      093cd3f0
    • a120092009's avatar
      Add MLU Support. (#12629) · aecf0c53
      a120092009 authored
      
      
      * Add MLU Support.
      
      * fix comment.
      
      * rename is_mlu_available to is_torch_mlu_available
      
      * Apply style fixes
      
      ---------
      Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
      aecf0c53
    • YiYi Xu's avatar
      fix copies (#12637) · 0c758929
      YiYi Xu authored
      * fix
      
      * remoce cocpies instead
      0c758929
  3. 11 Nov, 2025 1 commit
  4. 10 Nov, 2025 4 commits
  5. 07 Nov, 2025 2 commits
  6. 06 Nov, 2025 3 commits
  7. 04 Nov, 2025 1 commit
  8. 03 Nov, 2025 2 commits
  9. 02 Nov, 2025 3 commits
  10. 31 Oct, 2025 2 commits
  11. 30 Oct, 2025 2 commits
  12. 28 Oct, 2025 6 commits
  13. 27 Oct, 2025 3 commits
  14. 26 Oct, 2025 1 commit
  15. 24 Oct, 2025 3 commits