We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef04f1 commit 663ea33Copy full SHA for 663ea33
fastvideo/configs/sample/registry.py
@@ -35,7 +35,8 @@
35
"FastVideo/stepvideo-t2v-diffusers": StepVideoT2VSamplingParam,
36
"FastVideo/FastWan2.1-T2V-1.3B-Diffusers": FastWanT2V480PConfig,
37
"Wan-AI/Wan2.2-TI2V-5B-Diffusers": Wan2_2_TI2V_5B_SamplingParam,
38
- "FastVideo/FastWan2.2-TI2V-5B-Diffusers": Wan2_2_TI2V_5B_SamplingParam,
+ "FastVideo/FastWan2.2-TI2V-5B-FullAttn-Diffusers":
39
+ Wan2_2_TI2V_5B_SamplingParam,
40
"Wan-AI/Wan2.2-T2V-A14B-Diffusers": Wan2_2_T2V_A14B_SamplingParam,
41
"Wan-AI/Wan2.2-I2V-A14B-Diffusers": Wan2_2_I2V_A14B_SamplingParam,
42
# Add other specific weight variants
0 commit comments