v0.0.5
Pre-release
Pre-release
What's Changed
- Syn main with yongqi-dev2 by @BrianChen1129 in #70
- [cleanup] by @jzhang38 in #72
- add web demo by @BrianChen1129 in #73
- Cleanup by @jzhang38 in #75
- Cleanup by @jzhang38 in #77
- Hunyuanvideo by @jzhang38 in #78
- add hunyuan adv by @jzhang38 in #79
- update release readme by @foreverpiano in #81
- Cleanup README. by @jzhang38 in #83
- Clean up by @jzhang38 in #84
- Rlsu lora readme by @jzhang38 in #85
- Rlsu lora readme by @jzhang38 in #86
- Add Replicate demo and API by @lucataco in #93
- fix lora checkpoint saving issue by @BrianChen1129 in #97
- [feat]:Single 4090 inference for fasthunyuan by @jzhang38 in #104
- [Minor] Adding issue template. by @foreverpiano in #114
- [feat]: Add format auto fixer to main branch by @rlsu9 in #124
- [Fix] Save CK, Dataset bug fix by @jzhang38 in #125
- [feat]: Add tests for FastVideo by @rlsu9 in #127
- add parallel for vae decoding by @rucnyz in #134
- Update README.md by @foreverpiano in #131
- adding hunyuan hf (support lora finetuning); unified hunyuan hf inference with quantization by @BrianChen1129 in #135
- Lora README update by @BrianChen1129 in #155
- Create config.yml by @foreverpiano in #152
- add sliding tile attn by @jzhang38 in #182
- Add STA and teacache forward by @BrianChen1129 in #184
- fix kernel issue by @BrianChen1129 in #185
- Infer sta tea with torch.compile by @BrianChen1129 in #190
- [feat]: fix readme demo and add video to readme by @rlsu9 in #191
- update env by @jzhang38 in #194
- Update Cite by @jzhang38 in #195
- Update typo by @jzhang38 in #198
- fix ori hunyuan inference issue by @BrianChen1129 in #199
- Add StepVideo by @jzhang38 in #200
- [feat] fix isort format by @rlsu9 in #203
- [FIX] Make STA optinal by @jzhang38 in #204
- Update readme by @BrianChen1129 in #202
- Update STA README.md by @jzhang38 in #206
- Added multi-GPU support for Hunyuan STA by @BrianChen1129 in #211
- fix train/distill issue by @BrianChen1129 in #215
- update cfg bug? by @jzhang38 in #223
- fix training mask strategy issue by @BrianChen1129 in #248
- Establish cicd workflow to build and publish FastVideo and STA Kernel by @PorridgeSwim in #227
- v1 by @jzhang38 in #270
- Set up text encoder tests to work with pytest and Github Actions by @kevin314 in #302
- [CI] Add test workflow improvements by @kevin314 in #311
- refactor the env setup and install of fastvideo by @PorridgeSwim in #309
- Add ssim test by @kevin314 in #314
- Fix sdpa by @jzhang38 in #315
- Add torch sdpa backend to ssim test by @SolitaryThinker in #316
- [CI] Add manual triggers for PR workflow by @kevin314 in #320
- [Docs] Initial Docs Build by @SolitaryThinker in #322
- [CI] Use pre-commit to run linter by @SolitaryThinker in #321
- [Docs] Fix doc lint by @SolitaryThinker in #325
- [CI] Set allowedCudaVersions by @kevin314 in #329
- [Docs] Add dev guide and doc building CI by @SolitaryThinker in #330
- Port tests to v1 by @kevin314 in #333
- V1 wan rebased by @SolitaryThinker in #335
- [Model] Remove RMSNorm's forward_native hardcode from Wan by @SolitaryThinker in #339
- [Docs] Initial examples setup and more docs by @SolitaryThinker in #332
- [CI] Support custom Docker image by @kevin314 in #342
- Add STA to V1 by @jzhang38 in #312
- [STA] Sta release 0.0.3 by @SolitaryThinker in #344
- [CI] Free up runner disk for sta-publish by @kevin314 in #345
- [CI] Add manual trigger to sta-publish and fastvideo-publish by @kevin314 in #346
- Pipeline config by @JerryZhou54 in #343
- [CI] Docker image improvements by @kevin314 in #350
- Default to using original WanVAE's encoding/decoding algorithm by @JerryZhou54 in #351
- [CLI] Fix duplicate --num-gpus by @kevin314 in #352
- add STA to Wan v1 by @BrianChen1129 in #349
- [Docs] Fix developer guide images by @kevin314 in #353
- [1/n] [v1] Add Worker abstractions for User API by @SolitaryThinker in #336
- [sta] release 0.0.4 by @SolitaryThinker in #354
- [V1] Worker cleanup; Logging clean up; enables isort again by @SolitaryThinker in #355
- [V1] Process aware logging; improve logging msg by @SolitaryThinker in #356
- [V1] Gradio demo with new API by @kevin314 in #357
- chore: Release FastVideo 0.0.2 and update python requirements by @SolitaryThinker in #360
- [V1] Worker improvements/cleanup by @kevin314 in #361
- [Docs] Docs for design and adding new pipeline by @SolitaryThinker in #363
- [Attn] Add SageAttention Backend by @SolitaryThinker in #366
- Model config by @JerryZhou54 in #358
- Update SSIM tests to use new API by @kevin314 in #369
- Refactor encoder by @JerryZhou54 in #370
- Fix model config for python 3.11+ by @SolitaryThinker in #373
- release 0.0.3 by @SolitaryThinker in #374
- change gradio example to use model configs by @SolitaryThinker in #375
- Fix FSDP issues when using cpu_offload flag by @JerryZhou54 in #376
- [CI] Add new images for different Python versions by @kevin314 in #377
- [CI] Add write permissions to build-image workflow by @kevin314 in #379
- [Lint] fix by @SolitaryThinker in #382
- Add Teacache to V1 by @SolitaryThinker in #371
- Cleanup Teacache params by @SolitaryThinker in #386
- Small Fixes & Features by @JerryZhou54 in #378
- [Docs] Update for V1 by @SolitaryThinker in #381
- [misc] Improve worker cleanup by @SolitaryThinker in #387
- Release 0.0.4 by @SolitaryThinker in #388
- [Misc] Small Fixes & Features by @JerryZhou54 in #390
- [Docs] Add collect_env.py and various docs update by @SolitaryThinker in #393
- [CI] Use python 3.10/3.11 for SSIM test by @kevin314 in #392
- [CLI] Update cli to support new api/model config by @kevin314 in #384
- Zihang stepvideo v1 by @Zihang-He in #389
- [CI] Set default disk size by @kevin314 in #397
- [CI] Set volume_size required to false by @kevin314 in #398
- [Misc] Replace instances of
time.time()withtime.perf_counter()by @applesaucethebun in #396 - [Docs] More docs update by @SolitaryThinker in #394
- release 0.0.5 by @SolitaryThinker in #399
New Contributors
- @foreverpiano made their first contribution in #81
- @lucataco made their first contribution in #93
- @PorridgeSwim made their first contribution in #227
- @Zihang-He made their first contribution in #389
- @applesaucethebun made their first contribution in #396
Full Changelog: https://github.com/hao-ai-lab/FastVideo/commits/v0.0.5