Fix typo in last PR. (#8144)

More robust model detection for future proofing.
This commit is contained in:
comfyanonymous
2025-05-15 16:02:19 -07:00
committed by GitHub
parent c820ef950d
commit 1c2d45d2b5
3 changed files with 5 additions and 3 deletions

View File

@@ -995,7 +995,7 @@ class WAN21_FunControl2V(WAN21_T2V):
class WAN21_Camera(WAN21_T2V):
unet_config = {
"image_model": "wan2.1",
"model_type": "i2v",
"model_type": "camera",
"in_dim": 32,
}