From e45a1b1e19ba45a32a3257e0318b35e6854be463 Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Fri, 22 Aug 2025 08:48:07 +0800 Subject: [PATCH] feat: Add new WAN video models to BASE_MODELS for enhanced support --- static/js/utils/constants.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/js/utils/constants.js b/static/js/utils/constants.js index 90c91d05..3cb3dc6e 100644 --- a/static/js/utils/constants.js +++ b/static/js/utils/constants.js @@ -45,6 +45,9 @@ export const BASE_MODELS = { WAN_VIDEO_14B_T2V: "Wan Video 14B t2v", WAN_VIDEO_14B_I2V_480P: "Wan Video 14B i2v 480p", WAN_VIDEO_14B_I2V_720P: "Wan Video 14B i2v 720p", + WAN_VIDEO_2_2_TI2V_5B: "Wan Video 2.2 TI2V-5B", + WAN_VIDEO_2_2_T2V_A14B: "Wan Video 2.2 T2V-A14B", + WAN_VIDEO_2_2_I2V_A14B: "Wan Video 2.2 I2V-A14B", HUNYUAN_VIDEO: "Hunyuan Video", // Default UNKNOWN: "Other"