mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
fix: include all WAN Video model variants in default preset
Add missing WAN Video base models to default preset: - Wan Video (base) - Wan Video 2.2 TI2V-5B - Wan Video 2.2 T2V-A14B - Wan Video 2.2 I2V-A14B
This commit is contained in:
@@ -752,7 +752,16 @@ export class FilterManager {
|
||||
{
|
||||
name: "WAN Models",
|
||||
filters: {
|
||||
baseModel: ["Wan Video 1.3B t2v", "Wan Video 14B t2v", "Wan Video 14B i2v 480p", "Wan Video 14B i2v 720p"],
|
||||
baseModel: [
|
||||
"Wan Video",
|
||||
"Wan Video 1.3B t2v",
|
||||
"Wan Video 14B t2v",
|
||||
"Wan Video 14B i2v 480p",
|
||||
"Wan Video 14B i2v 720p",
|
||||
"Wan Video 2.2 TI2V-5B",
|
||||
"Wan Video 2.2 T2V-A14B",
|
||||
"Wan Video 2.2 I2V-A14B"
|
||||
],
|
||||
tags: {},
|
||||
license: {},
|
||||
modelTypes: []
|
||||
|
||||
Reference in New Issue
Block a user