mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-08-23 17:46:56 +08:00
PrimitiveInt: default control_after_generate to fixed
Amp-Thread-ID: https://ampcode.com/threads/T-019def7f-a638-72fc-a69c-017c8db2c323 Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
@@ -49,7 +49,7 @@ class Int(io.ComfyNode):
|
||||
display_name="Int",
|
||||
category="utils/primitive",
|
||||
inputs=[
|
||||
io.Int.Input("value", min=-sys.maxsize, max=sys.maxsize, control_after_generate=True),
|
||||
io.Int.Input("value", min=-sys.maxsize, max=sys.maxsize, control_after_generate=io.ControlAfterGenerate.fixed),
|
||||
],
|
||||
outputs=[io.Int.Output()],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user