Skip to content

Releases: modelscope/DiffSynth-Engine

v0.2.9

11 Jun 10:01
d0f4d6d

Choose a tag to compare

supports wan vae parallel

v0.2.8

28 May 08:56
be07a8c

Choose a tag to compare

fix deps bug

v0.2.7

27 May 08:56
de3af02

Choose a tag to compare

fix sequential offload for wan

v0.2.6

23 May 09:23
d3d2909

Choose a tag to compare

  1. supports BFL Flux tools;
  2. supports Flux parallel;
  3. fixed the issue of sequence parallel generation error when the sequence length is not divisible

v0.2.5

23 May 03:25
f3cf5ff

Choose a tag to compare

fix many dtype error

v0.2.4

21 May 09:27
b0bf5ee

Choose a tag to compare

fix pypi bug

v0.2.3

21 May 09:22
e6ec703

Choose a tag to compare

Support FluxRedux and FluxReplaceTool

v0.2.2

13 May 08:04
1f19d91

Choose a tag to compare

  • fix many bug about vae

v0.2.1

07 May 03:58
1280c9f

Choose a tag to compare

Support Flux ControlNet、Inpainting and Outpainting
Fix many bugs

v0.2.0

23 Apr 07:15
b68a2d1

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