mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-16 00:04:35 +08:00
Allow negative rotation
This commit is contained in:
parent
d566c3c35a
commit
6a931f9bab
2
nodes.py
2
nodes.py
@ -91,7 +91,7 @@ class CreateTextMask:
|
|||||||
"width": ("INT", {"default": 256,"min": 16, "max": 4096, "step": 1}),
|
"width": ("INT", {"default": 256,"min": 16, "max": 4096, "step": 1}),
|
||||||
"height": ("INT", {"default": 256,"min": 16, "max": 4096, "step": 1}),
|
"height": ("INT", {"default": 256,"min": 16, "max": 4096, "step": 1}),
|
||||||
"start_rotation": ("INT", {"default": 0,"min": 0, "max": 359, "step": 1}),
|
"start_rotation": ("INT", {"default": 0,"min": 0, "max": 359, "step": 1}),
|
||||||
"end_rotation": ("INT", {"default": 359,"min": 0, "max": 359, "step": 1}),
|
"end_rotation": ("INT", {"default": 359,"min": -359, "max": 359, "step": 1}),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user