1. 25 Nov, 2025 1 commit
    • Jerry Wu's avatar
      Add Support for Z-Image Series (#12703) · 4088e8a8
      Jerry Wu authored
      
      
      * Add Support for Z-Image.
      
      * Reformatting with make style, black & isort.
      
      * Remove init, Modify import utils, Merge forward in transformers block, Remove once func in pipeline.
      
      * modified main model forward, freqs_cis left
      
      * refactored to add B dim
      
      * fixed stack issue
      
      * fixed modulation bug
      
      * fixed modulation bug
      
      * fix bug
      
      * remove value_from_time_aware_config
      
      * styling
      
      * Fix neg embed and devide / bug; Reuse pad zero tensor; Turn cat -> repeat; Add hint for attn processor.
      
      * Replace padding with pad_sequence; Add gradient checkpointing.
      
      * Fix flash_attn3 in dispatch attn backend by _flash_attn_forward, replace its origin implement; Add DocString in pipeline for that.
      
      * Fix Docstring and Make Style.
      
      * Revert "Fix flash_attn3 in dispatch attn backend by _flash_attn_forward, replace its origin implement; Add DocString in pipeline for that."
      
      This reverts commit fbf26b7ed11d55146103c97740bad4a5f91744e0.
      
      * update z-image docstring
      
      * Revert attention dispatcher
      
      * update z-image docstring
      
      * styling
      
      * Recover attention_dispatch.py with its origin impl, later would special commit for fa3 compatibility.
      
      * Fix prev bug, and support for prompt_embeds pass in args after prompt pre-encode as List of torch Tensor.
      
      * Remove einop dependency.
      
      * remove redundant imports & make fix-copies
      
      * fix import
      
      ---------
      Co-authored-by: default avatarliudongyang <liudongyang0114@gmail.com>
      4088e8a8
  2. 04 Jul, 2025 1 commit
    • Sayak Paul's avatar
      [benchmarks] overhaul benchmarks (#11565) · e6639fef
      Sayak Paul authored
      
      
      * start overhauling the benchmarking suite.
      
      * fixes
      
      * fixes
      
      * checking.
      
      * checking
      
      * fixes.
      
      * error handling and logging.
      
      * add flops and params.
      
      * add more models.
      
      * utility to fire execution of all benchmarking scripts.
      
      * utility to push to the hub.
      
      * push utility improvement
      
      * seems to be working.
      
      * okay
      
      * add torchprofile dep.
      
      * remove total gpu memory
      
      * fixes
      
      * fix
      
      * need a big gpu
      
      * better
      
      * what's happening.
      
      * okay
      
      * separate requirements and make it nightly.
      
      * add db population script.
      
      * update secret name
      
      * update secret.
      
      * population db update
      
      * disable db population for now.
      
      * change to every monday
      
      * Update .github/workflows/benchmark.yml
      Co-authored-by: default avatarDhruv Nair <dhruv.nair@gmail.com>
      
      * quality improvements.
      
      * reparate hub upload step.
      
      * repository
      
      * remove csv
      
      * check
      
      * update
      
      * update
      
      * threading.
      
      * update
      
      * update
      
      * updaye
      
      * update
      
      * update
      
      * update
      
      * remove peft dep
      
      * upgrade runner.
      
      * fix
      
      * fixes
      
      * fix merging csvs.
      
      * push dataset to the Space repo for analysis.
      
      * warm up.
      
      * add a readme
      
      * Apply suggestions from code review
      Co-authored-by: default avatarLuc Georges <McPatate@users.noreply.github.com>
      
      * address feedback
      
      * Apply suggestions from code review
      
      * disable db workflow.
      
      * update to bi weekly.
      
      * enable population
      
      * enable
      
      * updaye
      
      * update
      
      * metadata
      
      * fix
      
      ---------
      Co-authored-by: default avatarDhruv Nair <dhruv.nair@gmail.com>
      Co-authored-by: default avatarLuc Georges <McPatate@users.noreply.github.com>
      e6639fef
  3. 16 Nov, 2024 1 commit
  4. 16 Oct, 2023 1 commit
  5. 15 Jul, 2022 1 commit
  6. 07 Jun, 2022 1 commit
  7. 06 Jun, 2022 1 commit
  8. 01 Jun, 2022 2 commits