File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ def define_schema(cls) -> comfy_io.Schema:
146
146
comfy_io .String .Input (
147
147
"negative_prompt" ,
148
148
default = "" ,
149
- force_input = True ,
149
+ multiline = True ,
150
150
tooltip = "An optional text description of undesired elements on an image." ,
151
151
optional = True ,
152
152
),
@@ -284,7 +284,7 @@ def define_schema(cls) -> comfy_io.Schema:
284
284
comfy_io .String .Input (
285
285
"negative_prompt" ,
286
286
default = "" ,
287
- force_input = True ,
287
+ multiline = True ,
288
288
tooltip = "An optional text description of undesired elements on an image." ,
289
289
optional = True ,
290
290
),
@@ -425,7 +425,7 @@ def define_schema(cls) -> comfy_io.Schema:
425
425
comfy_io .String .Input (
426
426
"negative_prompt" ,
427
427
default = "" ,
428
- force_input = True ,
428
+ multiline = True ,
429
429
tooltip = "An optional text description of undesired elements on an image." ,
430
430
optional = True ,
431
431
),
You can’t perform that action at this time.
0 commit comments