Zhongjie Duan
ff4be1c7c7
Merge pull request #1293 from Mr-Neutr0n/fix/trajectory-loss-div-by-zero
...
fix: prevent division by zero in TrajectoryImitationLoss at final denoising step
2026-03-02 10:21:39 +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
Zhongjie Duan
4b400c07eb
Merge pull request #1297 from Feng0w0/npu_fused
...
[doc][NPU]Documentation on modifications, NPU environment installation, and additional parameter
2026-03-02 10:16:01 +08:00
Zhongjie Duan
6a6ae6d791
Merge pull request #1312 from mi804/ltx2-iclora
...
Ltx2 iclora
2026-02-28 12:45:16 +08:00
mi804
1a380a6b62
minor fix
2026-02-28 11:09:10 +08:00
mi804
5ca74923e8
add readme
2026-02-28 10:56:08 +08:00
mi804
8b9a094c1b
ltx iclora train
2026-02-27 18:43:53 +08:00
mi804
5996c2b068
support inference
2026-02-27 16:48:16 +08:00
Zhongjie Duan
8fc7e005a6
Merge pull request #1309 from mi804/ltx2-train
...
support ltx2 gradient_checkpointing
2026-02-26 19:31:04 +08:00
mi804
a18966c300
support ltx2 gradient_checkpointing
2026-02-26 19:19:59 +08:00
Zhongjie Duan
a87910bc65
Merge pull request #1307 from mi804/ltx2-train
...
Support LTX-2 training.
2026-02-26 11:39:09 +08:00
mi804
f48662e863
update docs
2026-02-26 11:10:00 +08:00
mi804
8d8bfc7f54
minor fix
2026-02-25 19:04:10 +08:00
mi804
8e15dcd289
support ltx2 train -2
2026-02-25 18:06:02 +08:00
mi804
586ac9d8a6
support ltx-2 training
2026-02-25 17:19:57 +08:00
Zhongjie Duan
288bbc7128
Merge pull request #1299 from modelscope/firered
...
support FireRed
2026-02-15 14:18:13 +08:00
Zhongjie Duan
5002ac74dc
Update Qwen-Image.md
2026-02-15 14:15:44 +08:00
Zhongjie Duan
863a6ba597
Merge branch 'main' into firered
2026-02-15 14:12:44 +08:00
Artiprocher
b08bc1470d
support firered
2026-02-15 14:02:50 +08:00
feng0w0
96143aa26b
Merge branch 'npu_fused' of https://github.com/Feng0w0/DiffSynth-Studio into npu_fused
2026-02-13 10:06:39 +08:00
feng0w0
71cea4371c
[doc][NPU]Documentation on modifications, NPU environment installation, and additional parameter
2026-02-13 09:58:27 +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
Mr-Neutr0n
b68663426f
fix: preserve sign of denominator in clamp to avoid inverting gradient direction
...
The previous .clamp(min=1e-6) on (sigma_ - sigma) flips the sign when
the denominator is negative (which is the typical case since sigmas
decrease monotonically). This would invert the target and cause
training divergence.
Use torch.sign(denom) * torch.clamp(denom.abs(), min=1e-6) instead,
which prevents division by zero while preserving the correct sign.
2026-02-11 21:04:55 +05:30
Mr-Neutr0n
0e6976a0ae
fix: prevent division by zero in trajectory imitation loss at last step
2026-02-11 19:51:25 +05:30
Hong Zhang
94b57e9677
Fix readthedocs rendering ( #1290 )
...
* test latex
* test latex
* fix conf
2026-02-11 11:32:27 +08:00
Hong Zhang
3fb037d33a
Correct hyperlinks for docs
2026-02-10 20:59:47 +08:00
Hong Zhang
b3b63fef3e
Add readthedocs for diffsynth-studio
...
* add conf docs
* add conf docs
* add index
* add index
* update ref
* test root
* add en
* test relative
* redirect relative
* add document
* test_document
* test_document
2026-02-10 19:51:04 +08:00
Zhongjie Duan
f6d85f3c2e
Merge pull request #1282 from mi804/ltx-2
...
add inference script for ltx-2 lora
2026-02-10 15:13:06 +08:00
mi804
2f22e598b7
fix load lora
2026-02-10 15:06:04 +08:00
Hong Zhang
888caf8b88
Update README_zh.md
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-02-10 14:48:19 +08:00
mi804
b6e39c97af
add inference script for ltx-2 lora
2026-02-10 14:32:30 +08:00
Zhongjie Duan
02124c4034
Merge pull request #1280 from modelscope/issue-fix
...
fix mix-precision issues in low-version torch
2026-02-10 11:14:12 +08:00
Artiprocher
fddc98ff16
fix mix-precision issues in low-version torch
2026-02-10 11:12:50 +08:00
Zhongjie Duan
0dfcd25cf3
Merge pull request #1278 from modelscope/issue-fix
...
update lora loading in docs
2026-02-10 10:50:18 +08:00
Artiprocher
ff10fde47f
update lora loading in docs
2026-02-10 10:48:44 +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
feng0w0
e56a4d5730
[model][NPU]:Add NPU fusion operator patch to Zimage model to improve performance
2026-02-09 12:31:34 +08:00
feng0w0
3f8468893a
[model][NPU]:Add NPU fusion operator patch to Zimage model to improve performance
2026-02-09 09:51:06 +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
Artiprocher
b0bf78e915
refine code & doc
2026-02-06 16:27:23 +08:00
Zhongjie Duan
abdf66d09e
Merge pull request #1265 from lzws/main
...
fix wanS2V bug and update readme
2026-02-06 10:22:48 +08:00
lzws
27b1fe240b
add examples
2026-02-05 17:17:10 +08:00
lzws
1635897516
update readme
2026-02-05 16:56:39 +08:00
lzws
8d172127cd
fix wans2v bug and update readme
2026-02-05 16:52:38 +08:00
feng0w0
fccb1ecdd7
Initialize qwen-image on CPU
2026-02-05 11:54:36 +08:00
Zhongjie Duan
c0f7e1db7c
Merge pull request #1261 from modelscope/examples-update
...
update examples
2026-02-05 11:11:35 +08:00
Artiprocher
53890bafa4
update examples
2026-02-05 11:10:55 +08:00
feng0w0
6886f7ba35
fix wan decoder bug
2026-02-05 10:31:41 +08:00