We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810fb54 commit bcd66acCopy full SHA for bcd66ac
src/comfy_script/runtime/factory.py
@@ -75,7 +75,7 @@ def to_bool_enum(enum: list[str | bool], b: bool) -> str:
75
class RuntimeFactory:
76
'''RuntimeFactory is ignorant of runtime modes.'''
77
78
- def __init__(self, *, hidden_inputs: bool = False, max_enum_values: int = 1000, import_fullname_types: bool = False):
+ def __init__(self, *, hidden_inputs: bool = False, max_enum_values: int = 2000, import_fullname_types: bool = False):
79
'''
80
- `hidden_inputs`: Show hidden inputs.
81
0 commit comments