range type (#13322)

Co-authored-by: guill <jacob.e.segal@gmail.com>
This commit is contained in:
Terry Jia
2026-04-23 23:51:34 -04:00
committed by GitHub
parent 00d2f4047d
commit 2e0503780d
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",
]