Skip to content

Releases: modelscope/DiffSynth-Engine

v0.2.5

23 May 03:25
f3cf5ff
Compare
Choose a tag to compare

fix many dtype error

v0.2.4

21 May 09:27
b0bf5ee
Compare
Choose a tag to compare

fix pypi bug

v0.2.3

21 May 09:22
e6ec703
Compare
Choose a tag to compare

Support FluxRedux and FluxReplaceTool

v0.2.2

13 May 08:04
1f19d91
Compare
Choose a tag to compare
  • fix many bug about vae

v0.2.1

07 May 03:58
1280c9f
Compare
Choose a tag to compare

Support Flux ControlNet、Inpainting and Outpainting
Fix many bugs

v0.2.0

23 Apr 07:15
b68a2d1
Compare
Choose a tag to compare
  1. use SP + FSDP by default for Wan video model inference, reducing time cost compared to previous TP based implementation. example;
  2. Backward compatible with TP based Wan video model inference, enable by setting tp_degree in WanModelConfig;
  3. supports loading LoRA with SP + FSDP. example

v0.1.1

25 Mar 06:35
69ac515
Compare
Choose a tag to compare

fix package data