Skip to content

Commit f514120

Browse files
remove Integer node associated with width and height values
1 parent 5c14849 commit f514120

File tree

3 files changed

+171
-288
lines changed

3 files changed

+171
-288
lines changed

Diff for: typescripts/comfyui/inpaint_api.json

+3-21
Original file line numberDiff line numberDiff line change
@@ -193,29 +193,11 @@
193193
},
194194
"class_type": "LoadImage"
195195
},
196-
"126": {
197-
"inputs": {
198-
"Value": 512
199-
},
200-
"class_type": "Integer"
201-
},
202-
"127": {
203-
"inputs": {
204-
"Value": 768
205-
},
206-
"class_type": "Integer"
207-
},
208196
"135": {
209197
"inputs": {
210198
"content_mask": "original",
211-
"width": [
212-
"126",
213-
0
214-
],
215-
"height": [
216-
"127",
217-
0
218-
],
199+
"width": 512,
200+
"height": 768,
219201
"seed": [
220202
"141",
221203
0
@@ -296,7 +278,7 @@
296278
"start_percent_2": 0,
297279
"end_percent_2": 1,
298280
"resolution_2": 512,
299-
"is_enabled_3": "disable",
281+
"is_enabled_3": "enable",
300282
"preprocessor_name_3": "InpaintPreprocessor",
301283
"control_net_name_3": "control_lora_rank128_v11p_sd15_inpaint_fp16.safetensors",
302284
"strength_3": 1,

0 commit comments

Comments
 (0)