Latest update broke Wan2.2 S2V
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 78/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Quiet
- Tech stack
- python
- Domain
- machine-learning
Research direction
Start at diffsynth/pipelines/wan_video.py line 1088 and inspect how the Wan S2V pipeline accesses wantodance_enable_global. Exercise the Wan S2V path and other Wan models after the change; done means S2V no longer fails when that attribute is absent and existing models continue to work.
Written by the indexing model from the issue text.
Description
~/repos/DiffSynth-Studio/diffsynth/pipelines/wan_video.py at line 1088:
OLD (breaks Wan-S2V)
if pipe.dit.wantodance_enable_global:
NEW (safe for all Wan models)
if getattr(pipe.dit, 'wantodance_enable_global', False):
This fixed the issue for me, looks like Wan S2V does not have the wanttodance_enable_global attribute
- Dominant language
- Python
- Stars
- 13.1k
- Forks
- 1.3k
- Avg merge
- 13h 15m
- Merged PRs (30d)
- 46
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from modelscope/DiffSynth-Studio
-
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
modelscope/DiffSynth-Studio#1702 ·
-
Difficulty 1/5 1-3 hours Newbie friendliness 78/100
modelscope/DiffSynth-Studio#1668 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
modelscope/DiffSynth-Studio#1499 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
modelscope/DiffSynth-Studio#1704 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
modelscope/DiffSynth-Studio#1701 ·
All issues in modelscope/DiffSynth-Studio
Similar issues
-
documentation help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
simonw/sqlite-utils#872 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100