You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"load_device": (["main_device", "offload_device"], {"default": "main_device", "tooltip": "Initial device to load the model to, NOT recommended with the larger models unless you have 48GB+ VRAM"}),
"load_device": (["main_device", "offload_device"], {"default": "main_device", "tooltip": "Initial device to load the model to, NOT recommended with the larger models unless you have 48GB+ VRAM"}),
844
+
"device": (devices, {"default": default_device}),
845
+
"attention_mode": ([
846
+
"sdpa",
847
+
"sageattn",
848
+
], {"default": "sdpa"}),
843
849
},
850
+
"optional": {
851
+
"compile_args": ("WANCOMPILEARGS", ),
852
+
}
844
853
}
845
854
846
855
RETURN_TYPES= ("WANVIDEOCONTROLNET",)
847
856
RETURN_NAMES= ("controlnet", )
848
857
FUNCTION="loadmodel"
849
-
CATEGORY="WanVideoWrapper"
850
-
DESCRIPTION="Loads ControlNet model from 'https://huggingface.co/collections/TheDenk/wan21-controlnets-68302b430411dafc0d74d2fc'"
0 commit comments