Mr-Neutr0n
6383ec358c
Fix AttributeError when pipe.dit is None
...
When using split training with 'sft:data_process' task, the DiT model
is not loaded but the attribute 'dit' exists with value None. The
existing hasattr check returns True but then accessing siglip_embedder
fails.
Add an explicit None check before accessing pipe.dit.siglip_embedder.
Fixes #1246
2026-02-07 05:23:11 +05:30
Zhongjie Duan
1b47e1dc22
Merge pull request #1272 from modelscope/zero3-fix
...
Support DeepSpeed ZeRO 3
2026-02-06 16:33:12 +08:00
Artiprocher
b0bf78e915
refine code & doc
2026-02-06 16:27:23 +08:00
feng0w0
6886f7ba35
fix wan decoder bug
2026-02-05 10:31:41 +08:00
Zhongjie Duan
280ff7cca6
Merge pull request #1229 from Feng0w0/wan_rope
...
[bugfix][NPU]:Fix bug that correctly obtains device type
2026-02-04 13:26:00 +08:00
Zhongjie Duan
b4b62e2f7c
Merge pull request #1221 from Feng0w0/usp_npu
...
[NPU]:Support USP feature in NPU
2026-02-04 13:25:24 +08:00
feng0w0
ca9b5e64ea
[feature]:Add adaptation of all models to zero3
2026-02-03 15:44:53 +08:00
Zhongjie Duan
25c3a3d3e2
Merge branch 'main' into ltx-2
2026-02-03 13:06:44 +08:00
mi804
49bc84f78e
add comment for tuple noise_pred
2026-02-03 10:43:25 +08:00
mi804
25a9e75030
final fix for ltx-2
2026-02-03 10:39:35 +08:00
mi804
2a7ac73eb5
minor fix
2026-02-02 20:07:08 +08:00
mi804
f4f991d409
support ltx-2 t2v and i2v
2026-02-02 19:53:07 +08:00
Artiprocher
91a5623976
update docs
2026-02-02 16:52:12 +08:00
Zhongjie Duan
28cd355aba
Merge pull request #1232 from huarzone/main
...
fix wan i2v/ti2v train bug
2026-02-02 15:26:01 +08:00
Zhongjie Duan
005389fca7
Merge pull request #1244 from modelscope/qwen-image-edit-lightning
...
Qwen image edit lightning
2026-02-02 15:20:11 +08:00
Zhongjie Duan
21a6eb8e2f
Merge pull request #1243 from modelscope/research_tutorial_1
...
add research tutorial sec 1
2026-02-02 14:29:39 +08:00
Artiprocher
98ab238340
add research tutorial sec 1
2026-02-02 14:28:26 +08:00
feng0w0
2070bbd925
[feature]:Add adaptation of all models to zero3
2026-01-31 16:50:18 +08:00
mi804
1c8a0f8317
refactor patchify
2026-01-31 13:55:52 +08:00
mi804
9f07d65ebb
support ltx2 distilled pipeline
2026-01-30 17:40:30 +08:00
lzws
5f1d5adfce
qwen-image-edit-2511-lightning
2026-01-30 17:26:26 +08:00
mi804
4f23caa55f
support ltx2 two stage pipeline & vram
2026-01-30 16:55:40 +08:00
Artiprocher
ee9a3b4405
support loading models from state dict
2026-01-30 13:47:36 +08:00
mi804
b1a2782ad7
support ltx2 one-stage pipeline
2026-01-29 16:30:15 +08:00
mi804
8d303b47e9
add audio_vae, audio_vocoder, text_encoder, connector and upsampler for ltx2
2026-01-28 16:09:22 +08:00
mi804
00da4b6c4f
add video_vae and dit for ltx-2
2026-01-27 19:34:09 +08:00
Kared
8d0df403ca
fix wan i2v train bug
2026-01-27 03:55:36 +00:00
feng0w0
4e9db263b0
[feature]:Add adaptation of all models to zero3
2026-01-27 11:24:43 +08:00
feng0w0
35e0776022
[bugfix][NPU]:Fix bug that correctly obtains device type
2026-01-23 10:45:03 +08:00
Artiprocher
548304667f
change klein image resize to crop
2026-01-22 10:33:29 +08:00
Zhongjie Duan
273143136c
Merge pull request #1227 from modelscope/modelscope-service-patch
...
update to 2.0.3
2026-01-21 20:23:13 +08:00
Artiprocher
030ebe649a
update to 2.0.3
2026-01-21 20:22:43 +08:00
Artiprocher
b61131c693
improve flux2 training performance
2026-01-21 15:44:15 +08:00
Artiprocher
d13f533f42
support auto detact lora target modules
2026-01-21 11:05:05 +08:00
feng0w0
b3cc652dea
[NPU]:Support USP feature in NPU
2026-01-21 10:38:27 +08:00
feng0w0
848bfd6993
[NPU]:Support USP feature in NPU
2026-01-21 10:25:31 +08:00
Zhongjie Duan
3743b1307c
Merge pull request #1219 from modelscope/klein-edit
...
support klein edit
2026-01-20 12:59:12 +08:00
Artiprocher
a835df984c
support klein edit
2026-01-20 12:58:18 +08:00
Zhongjie Duan
dd8d902624
Merge branch 'main' into cuda_replace
2026-01-20 10:12:31 +08:00
Zhongjie Duan
a8b340c098
Merge pull request #1191 from Feng0w0/wan_rope
...
[model][NPU]:Wan model rope use torch.complex64 in NPU
2026-01-20 10:05:22 +08:00
Artiprocher
b6ccb362b9
support flux.2 klein
2026-01-19 16:56:14 +08:00
Artiprocher
ae52d93694
support klein 4b models
2026-01-16 13:09:41 +08:00
feng0w0
ad91d41601
[NPU]:Replace 'cuda' in the project with abstract interfaces
2026-01-16 10:28:24 +08:00
feng0w0
dce77ec4d1
[NPU]:Replace 'cuda' in the project with abstract interfaces
2026-01-15 20:35:41 +08:00
feng0w0
5c0b07d939
[NPU]:Replace 'cuda' in the project with abstract interfaces
2026-01-15 20:34:52 +08:00
feng0w0
209a350c0f
[NPU]:Replace 'cuda' in the project with abstract interfaces
2026-01-15 20:33:01 +08:00
Artiprocher
c90aaa2798
fix flux compatibility issues
2026-01-14 20:49:36 +08:00
Zhongjie Duan
0c617d5d9e
Merge pull request #1194 from lzws/main
...
wan usp bug fix
2026-01-14 16:34:06 +08:00
lzws
fd87b72754
wan usp bug fix
2026-01-14 16:33:02 +08:00
Artiprocher
acba342a63
fix RMSNorm precision
2026-01-14 16:29:43 +08:00