range type (#13322)

Co-authored-by: guill <jacob.e.segal@gmail.com>
This commit is contained in:
Terry Jia
2026-04-23 20:51:34 -07:00
committed by GitHub
co-authored by guill
parent 00d2f4047d
commit 2e0503780d
4 changed files with 112 additions and 0 deletions
+2
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",
]