Releases: modelscope/DiffSynth-Engine
Releases · modelscope/DiffSynth-Engine
v0.2.9
supports wan vae parallel
v0.2.8
fix deps bug
v0.2.7
fix sequential offload for wan
v0.2.6
- supports BFL Flux tools;
- supports Flux parallel;
- fixed the issue of sequence parallel generation error when the sequence length is not divisible
v0.2.5
fix many dtype error
v0.2.4
fix pypi bug
v0.2.3
Support FluxRedux and FluxReplaceTool
v0.2.2
- fix many bug about vae
v0.2.1
Support Flux ControlNet、Inpainting and Outpainting
Fix many bugs
v0.2.0
- use SP + FSDP by default for Wan video model inference, reducing time cost compared to previous TP based implementation. example;
- Backward compatible with TP based Wan video model inference, enable by setting tp_degree in WanModelConfig;
- supports loading LoRA with SP + FSDP. example