Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

Examples for CacheDiT

鈿欙笍Install Requirements

pip3 install -r requirements.txt

馃殌Run Examples

  • Qwen-Image-Edit
python3 run_qwen_image_edit.py # baseline
python3 run_qwen_image_edit.py --cache
  • Qwen-Image
python3 run_qwen_image.py # baseline
python3 run_qwen_image.py --cache
python3 run_qwen_image.py --cache --compile
python3 run_qwen_image.py --cache --compile --quantize
  • FLUX.1-dev
python3 run_flux.py # baseline
python3 run_flux.py --cache 
  • FLUX.1-Fill-dev
python3 run_flux_fill.py # baseline
python3 run_flux_fill.py --cache 
  • FLUX.1-Kontext-dev
python3 run_flux_kontext.py # baseline
python3 run_flux_kontext.py --cache 
  • CogVideoX
python3 run_cogvideox.py # baseline
python3 run_cogvideox.py --cache 
  • Wan2.2 T2V
python3 run_wan_2.2.py # baseline
python3 run_wan_2.2.py --cache 
python3 run_wan_2.2.py --cache --compile
python3 run_wan_2.2.py --cache --compile --quantize
  • Wan2.1 T2V
python3 run_wan.py # baseline
python3 run_wan.py --cache 
  • Wan2.1 FLF2V
python3 run_wan_flf2v.py # baseline
python3 run_wan_flf2v.py --cache 
  • mochi-1-preview
python3 run_mochi.py # baseline
python3 run_mochi.py --cache 
  • HunyuanVideo
python3 run_hunyuan_video.py # baseline
python3 run_hunyuan_video.py --cache