Update nodes.py

This commit is contained in:
kijai 2023-11-30 01:39:21 +02:00
parent 5fc155c073
commit 8f9417f75d

View File

@ -2436,7 +2436,7 @@ class ImageGrabPIL:
"width": ("INT", {"default": 512,"min": 0, "max": 4096, "step": 1}),
"height": ("INT", {"default": 512,"min": 0, "max": 4096, "step": 1}),
"num_frames": ("INT", {"default": 1,"min": 1, "max": 255, "step": 1}),
"delay": ("FLOAT", {"default": 0.1,"min": 0.0, "max": 10.0, "step": 0.1}),
"delay": ("FLOAT", {"default": 0.1,"min": 0.01, "max": 10.0, "step": 0.01}),
},
}