mi804
|
62ba8a3f2e
|
fix qwen_text_encoder bug in transformers>=5.2.0
|
2026-03-03 12:44:36 +08:00 |
|
Zhongjie Duan
|
6d671db5d2
|
Support Anima (#1317)
* support Anima
Co-authored-by: mi804 <1576993271@qq.com>
|
2026-03-02 18:49:02 +08:00 |
|
Zhongjie Duan
|
6b0fb1601f
|
Merge pull request #1296 from Explorer-Dong/fix/wan_vae
fix: WanVAE2.2 encode and decode error
|
2026-03-02 10:19:36 +08:00 |
|
mi804
|
a18966c300
|
support ltx2 gradient_checkpointing
|
2026-02-26 19:19:59 +08:00 |
|
mi804
|
586ac9d8a6
|
support ltx-2 training
|
2026-02-25 17:19:57 +08:00 |
|
Mr_Dwj
|
fc11fd4297
|
chore: remove invalid comment code
|
2026-02-13 09:38:14 +08:00 |
|
Mr_Dwj
|
bd3c5822a1
|
fix: WanVAE2.2 decode error
|
2026-02-13 01:13:08 +08:00 |
|
Mr_Dwj
|
96fb0f3afe
|
fix: unpack Resample38 output
|
2026-02-12 23:51:56 +08:00 |
|
Artiprocher
|
fddc98ff16
|
fix mix-precision issues in low-version torch
|
2026-02-10 11:12:50 +08:00 |
|
Zhongjie Duan
|
dc94614c80
|
Merge pull request #1256 from Feng0w0/npu_fused
[model][NPU]:Add NPU fusion operator patch to Zimage model to improve performance
|
2026-02-09 20:08:44 +08:00 |
|
Zhongjie Duan
|
1b47e1dc22
|
Merge pull request #1272 from modelscope/zero3-fix
Support DeepSpeed ZeRO 3
|
2026-02-06 16:33:12 +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 |
|
feng0w0
|
051b957adb
|
[model][NPU] Add NPU fusion operator patch to Zimage model to improve performance
|
2026-02-03 19:50:21 +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
|
25a9e75030
|
final fix for ltx-2
|
2026-02-03 10:39:35 +08:00 |
|
mi804
|
f4f991d409
|
support ltx-2 t2v and i2v
|
2026-02-02 19:53:07 +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
|
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 |
|
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 |
|
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
|
acba342a63
|
fix RMSNorm precision
|
2026-01-14 16:29:43 +08:00 |
|
feng0w0
|
d16877e695
|
[model][NPU]:Wan model rope use torch.complex64 in NPU
|
2026-01-13 11:17:51 +08:00 |
|
Feng
|
f4d06ce3fc
|
Merge branch 'modelscope:main' into wan_rope
|
2026-01-12 11:21:09 +08:00 |
|
Zhongjie Duan
|
381067515c
|
Merge pull request #1176 from Feng0w0/z-image-rope
[model][NPU]: Z-image model support NPU
|
2026-01-12 10:11:22 +08:00 |
|
feng0w0
|
19ce3048c1
|
[model][NPU]:Wan model rope use torch.complex64 in NPU
|
2026-01-09 18:06:41 +08:00 |
|
Artiprocher
|
dd479e5bff
|
support z-image-omni-base-i2L
|
2026-01-07 20:36:53 +08:00 |
|
Artiprocher
|
bac39b1cd2
|
support z-image controlnet
|
2026-01-07 15:56:53 +08:00 |
|
feng0w0
|
c1c9a4853b
|
[model][NPU]:Z-image model support NPU
|
2026-01-07 11:42:19 +08:00 |
|
feng0w0
|
3ee5f53a36
|
[model][NPU]:Z-image model support NPU
|
2026-01-07 11:31:22 +08:00 |
|
Artiprocher
|
32449a6aa0
|
support z-image-omni-base training
|
2026-01-05 20:04:00 +08:00 |
|
Artiprocher
|
5745c9f200
|
support z-image-omni-base
|
2026-01-05 14:45:01 +08:00 |
|
Artiprocher
|
20e1aaf908
|
bugfix
|
2025-12-20 14:00:22 +08:00 |
|
Artiprocher
|
c6722b3f56
|
support qwen-image-layered
|
2025-12-19 19:06:37 +08:00 |
|