modelscope / modelscope/DiffSynth-Studio

Support for WAN2.2 FP8 Quantization + Sage Attention + LightX2V LoRA Inference

Open
#845 0 comments 2 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.