Skip to content

Commit 663ea33

Browse files
[bugfix] Fix wrong HF model string for FastWan2.2 5B (#763)
1 parent 3ef04f1 commit 663ea33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fastvideo/configs/sample/registry.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"FastVideo/stepvideo-t2v-diffusers": StepVideoT2VSamplingParam,
3636
"FastVideo/FastWan2.1-T2V-1.3B-Diffusers": FastWanT2V480PConfig,
3737
"Wan-AI/Wan2.2-TI2V-5B-Diffusers": Wan2_2_TI2V_5B_SamplingParam,
38-
"FastVideo/FastWan2.2-TI2V-5B-Diffusers": Wan2_2_TI2V_5B_SamplingParam,
38+
"FastVideo/FastWan2.2-TI2V-5B-FullAttn-Diffusers":
39+
Wan2_2_TI2V_5B_SamplingParam,
3940
"Wan-AI/Wan2.2-T2V-A14B-Diffusers": Wan2_2_T2V_A14B_SamplingParam,
4041
"Wan-AI/Wan2.2-I2V-A14B-Diffusers": Wan2_2_I2V_A14B_SamplingParam,
4142
# Add other specific weight variants

0 commit comments

Comments
 (0)