mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-10 11:35:40 +00:00
Fix typo in last PR. (#8144)
More robust model detection for future proofing.
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user