Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions simpletuner/helpers/models/wan/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ class Wan(VideoModelFoundation):
"t2v-480p-14b-2.1": "Wan-AI/Wan2.1-T2V-14B-Diffusers",
"i2v-14b-2.1": "Wan-AI/Wan2.1-I2V-14B-480P-Diffusers",
"i2v-14b-2.1-720p": "Wan-AI/Wan2.1-I2V-14B-720P-Diffusers",
"i2v-14b-2.2-high": "Wan-AI/Wan2.1-I2V-14B-720P-Diffusers",
"i2v-14b-2.2-low": "Wan-AI/Wan2.1-I2V-14B-720P-Diffusers",
"i2v-14b-2.2-high": "Wan-AI/Wan2.2-I2V-A14B-Diffusers",
"i2v-14b-2.2-low": "Wan-AI/Wan2.2-I2V-A14B-Diffusers",
"flf2v-14b-2.1": "Wan-AI/Wan2.1-FLF2V-14B-720P-diffusers",
"flf2v-14b-2.2-high": "Wan-AI/Wan2.1-FLF2V-14B-720P-diffusers",
"flf2v-14b-2.2-low": "Wan-AI/Wan2.1-FLF2V-14B-720P-diffusers",
Comment on lines 231 to 232
Copy link
Owner

@bghira bghira Oct 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"flf2v-14b-2.2-high": "Wan-AI/Wan2.1-FLF2V-14B-720P-diffusers",
"flf2v-14b-2.2-low": "Wan-AI/Wan2.1-FLF2V-14B-720P-diffusers",
"flf2v-14b-2.1-high": "Wan-AI/Wan2.1-FLF2V-14B-720P-diffusers",
"flf2v-14b-2.1-low": "Wan-AI/Wan2.1-FLF2V-14B-720P-diffusers",

Expand Down