mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 06:10:50 +08:00
53 lines
953 B
JSON
53 lines
953 B
JSON
{
|
|
"17": {
|
|
"inputs": {
|
|
"value": "https://upload.wikimedia.org/wikipedia/commons/5/5a/Gibson_Girl.png",
|
|
"name": "",
|
|
"title": "",
|
|
"description": "",
|
|
"__required": true
|
|
},
|
|
"class_type": "ImageRequestParameter",
|
|
"_meta": {
|
|
"title": "ImageRequestParameter"
|
|
}
|
|
},
|
|
"19": {
|
|
"inputs": {
|
|
"model_name": "RealESRGAN_x4plus.pth"
|
|
},
|
|
"class_type": "UpscaleModelLoader",
|
|
"_meta": {
|
|
"title": "Load Upscale Model"
|
|
}
|
|
},
|
|
"20": {
|
|
"inputs": {
|
|
"upscale_model": [
|
|
"19",
|
|
0
|
|
],
|
|
"image": [
|
|
"17",
|
|
0
|
|
]
|
|
},
|
|
"class_type": "ImageUpscaleWithModel",
|
|
"_meta": {
|
|
"title": "Upscale Image (using Model)"
|
|
}
|
|
},
|
|
"21": {
|
|
"inputs": {
|
|
"filename_prefix": "ComfyUI",
|
|
"images": [
|
|
"20",
|
|
0
|
|
]
|
|
},
|
|
"class_type": "SaveImage",
|
|
"_meta": {
|
|
"title": "Save Image"
|
|
}
|
|
}
|
|
} |