modelscope / modelscope/DiffSynth-Studio
Support for WAN2.2 FP8 Quantization + Sage Attention + LightX2V LoRA Inference
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 13.1k
- Forks
- 1.3k
- Avg merge
- 13h 12m
- Merged PRs (30d)
- 45
Description
Hello,
I am using your library to run WAN2.2 image-to-video generation, and I have encountered some issues.
Feature request / question:
Could you please add support for WAN2.2 FP8 quantization + Sage Attention + LightX2V LoRA inference, similar to what Kijia’s ComfyUI workflow provides?
From my understanding, this is currently one of the best approaches to maintain model generation quality while achieving the fastest inference speed.
If this integration is too complex to implement directly, could you please suggest where in the codebase I should start modifying things to implement this myself?
Second question:
Is it possible to run two 14B MoE models in a streaming/rotation setup, to avoid the overhead of loading and unloading the models each time?
Any suggestions or best practices on how to achieve this would be greatly appreciated.
Thank you very much for your work!
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.
Research direction
Start by locating the WAN2.2 inference entry point and any existing FP8 quantization, Sage Attention, or LightX2V LoRA integration. Then investigate whether the model-loading path supports keeping two 14B MoE models resident for streaming or rotation. Done means the requested inference workflow is supported and the model-loading behavior is documented or implemented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning, performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100