mirror of
https://github.com/justUmen/Bjornulf_custom_nodes.git
synced 2026-03-21 20:52:11 -03:00
0.26
This commit is contained in:
@@ -3,7 +3,7 @@ class LoopImages:
|
||||
def INPUT_TYPES(cls):
|
||||
return {
|
||||
"required": {
|
||||
"number_of_images": ("INT", {"default": 2, "min": 1, "max": 10, "step": 1}),
|
||||
"number_of_images": ("INT", {"default": 2, "min": 1, "max": 30, "step": 1}),
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user