V3: 4 more converted files (starting with A)

This commit is contained in:
bigcat88
2025-07-17 11:22:11 +03:00
parent a8f1981bf2
commit 326a2593e0
11 changed files with 496 additions and 44 deletions

View File

@@ -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")