Releases: modelscope/DiffSynth-Engine
Releases · modelscope/DiffSynth-Engine
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
v0.1.1
fix package data