range type

This commit is contained in:
Terry Jia
2026-04-07 10:18:23 -04:00
parent b615af1c65
commit 8822627a60
4 changed files with 112 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ from comfy_api.latest._input import (
CurveInput,
MonotoneCubicCurve,
LinearCurve,
RangeInput,
)
__all__ = [
@@ -21,4 +22,5 @@ __all__ = [
"CurveInput",
"MonotoneCubicCurve",
"LinearCurve",
"RangeInput",
]