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 dab62af commit 797d2f9Copy full SHA for 797d2f9
model.h
@@ -73,7 +73,7 @@ static inline bool sd_version_is_flux(SDVersion version) {
73
}
74
75
static inline bool sd_version_is_wan(SDVersion version) {
76
- if (version == VERSION_WAN2 || VERSION_WAN2_2_I2V || VERSION_WAN2_2_TI2V) {
+ if (version == VERSION_WAN2 || version == VERSION_WAN2_2_I2V || version == VERSION_WAN2_2_TI2V) {
77
return true;
78
79
return false;
0 commit comments