mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-13 13:05:07 +00:00
V3: 4 more converted files (starting with A)
This commit is contained in:
@@ -355,7 +355,7 @@ class Int(ComfyTypeIO):
|
||||
"max": self.max,
|
||||
"step": self.step,
|
||||
"control_after_generate": self.control_after_generate,
|
||||
"display": self.display_mode.value if self.display_name else None,
|
||||
"display": self.display_mode.value if self.display_mode else None,
|
||||
})
|
||||
|
||||
@comfytype(io_type="FLOAT")
|
||||
|
Reference in New Issue
Block a user