mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 14:20:49 +08:00
Update cfz_cudnn.toggle.py (moved to CFZ/category)
This commit is contained in:
parent
165f17aece
commit
2e1b189c97
@ -30,7 +30,7 @@ class CUDNNToggleAutoPassthrough:
|
||||
RETURN_TYPES = ("MODEL", "CONDITIONING", "LATENT", "AUDIO", "IMAGE", "WANVIDEOMODEL", anyType, "BOOLEAN", "BOOLEAN")
|
||||
RETURN_NAMES = ("model", "conditioning", "latent", "audio", "image", "wan_model", "any_output", "prev_cudnn", "prev_benchmark")
|
||||
FUNCTION = "toggle"
|
||||
CATEGORY = "utils"
|
||||
CATEGORY = "CFZ/utils"
|
||||
|
||||
def toggle(self, enable_cudnn, cudnn_benchmark, any_input=None, wan_model=None, model=None, conditioning=None, latent=None, audio=None, image=None):
|
||||
prev_cudnn = torch.backends.cudnn.enabled
|
||||
|
||||
Loading…
Reference in New Issue
Block a user