Skip to content

Commit 5e38c77

Browse files
authored
Merge pull request #1784 from haoxu2000/bugfix/fix_wan2.2_model_path
fix wan2.2 model path
2 parents fa67d56 + eaa2419 commit 5e38c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

simpletuner/helpers/models/wan/model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ class Wan(VideoModelFoundation):
225225
"t2v-480p-14b-2.1": "Wan-AI/Wan2.1-T2V-14B-Diffusers",
226226
"i2v-14b-2.1": "Wan-AI/Wan2.1-I2V-14B-480P-Diffusers",
227227
"i2v-14b-2.1-720p": "Wan-AI/Wan2.1-I2V-14B-720P-Diffusers",
228-
"i2v-14b-2.2-high": "Wan-AI/Wan2.1-I2V-14B-720P-Diffusers",
229-
"i2v-14b-2.2-low": "Wan-AI/Wan2.1-I2V-14B-720P-Diffusers",
228+
"i2v-14b-2.2-high": "Wan-AI/Wan2.2-I2V-A14B-Diffusers",
229+
"i2v-14b-2.2-low": "Wan-AI/Wan2.2-I2V-A14B-Diffusers",
230230
"flf2v-14b-2.1": "Wan-AI/Wan2.1-FLF2V-14B-720P-diffusers",
231231
"flf2v-14b-2.2-high": "Wan-AI/Wan2.1-FLF2V-14B-720P-diffusers",
232232
"flf2v-14b-2.2-low": "Wan-AI/Wan2.1-FLF2V-14B-720P-diffusers",

0 commit comments

Comments
 (0)