feat(nodes): add controlnet nodes type hint

This commit is contained in:
psychedelicious 2023-07-08 19:31:32 +10:00
parent 788dcbde70
commit 82fa39b531

View File

@ -141,6 +141,7 @@ class ControlField(BaseModel):
"ui": { "ui": {
"type_hints": { "type_hints": {
"control_weight": "float", "control_weight": "float",
"control_model": "controlnet_model",
# "control_weight": "number", # "control_weight": "number",
} }
} }