mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 14:20:49 +08:00
141 lines
2.3 KiB
JSON
141 lines
2.3 KiB
JSON
{
|
|
"3": {
|
|
"inputs": {
|
|
"seed": 1125488487853216,
|
|
"steps": 1,
|
|
"cfg": 1,
|
|
"sampler_name": "res_multistep",
|
|
"scheduler": "normal",
|
|
"denoise": 1,
|
|
"model": [
|
|
"66",
|
|
0
|
|
],
|
|
"positive": [
|
|
"6",
|
|
0
|
|
],
|
|
"negative": [
|
|
"7",
|
|
0
|
|
],
|
|
"latent_image": [
|
|
"58",
|
|
0
|
|
]
|
|
},
|
|
"class_type": "KSampler",
|
|
"_meta": {
|
|
"title": "KSampler"
|
|
}
|
|
},
|
|
"6": {
|
|
"inputs": {
|
|
"text": "a man",
|
|
"clip": [
|
|
"38",
|
|
0
|
|
]
|
|
},
|
|
"class_type": "CLIPTextEncode",
|
|
"_meta": {
|
|
"title": "CLIP Text Encode (Positive Prompt)"
|
|
}
|
|
},
|
|
"7": {
|
|
"inputs": {
|
|
"text": "negative prompt",
|
|
"clip": [
|
|
"38",
|
|
0
|
|
]
|
|
},
|
|
"class_type": "CLIPTextEncode",
|
|
"_meta": {
|
|
"title": "CLIP Text Encode (Negative Prompt)"
|
|
}
|
|
},
|
|
"8": {
|
|
"inputs": {
|
|
"samples": [
|
|
"3",
|
|
0
|
|
],
|
|
"vae": [
|
|
"39",
|
|
0
|
|
]
|
|
},
|
|
"class_type": "VAEDecode",
|
|
"_meta": {
|
|
"title": "VAE Decode"
|
|
}
|
|
},
|
|
"37": {
|
|
"inputs": {
|
|
"unet_name": "qwen_image_fp8_e4m3fn.safetensors",
|
|
"weight_dtype": "fp8_e4m3fn"
|
|
},
|
|
"class_type": "UNETLoader",
|
|
"_meta": {
|
|
"title": "Load Diffusion Model"
|
|
}
|
|
},
|
|
"38": {
|
|
"inputs": {
|
|
"clip_name": "qwen_2.5_vl_7b.safetensors",
|
|
"type": "qwen_image",
|
|
"device": "default"
|
|
},
|
|
"class_type": "CLIPLoader",
|
|
"_meta": {
|
|
"title": "Load CLIP"
|
|
}
|
|
},
|
|
"39": {
|
|
"inputs": {
|
|
"vae_name": "qwen_image_vae.safetensors"
|
|
},
|
|
"class_type": "VAELoader",
|
|
"_meta": {
|
|
"title": "Load VAE"
|
|
}
|
|
},
|
|
"58": {
|
|
"inputs": {
|
|
"width": 1328,
|
|
"height": 1328,
|
|
"batch_size": 1
|
|
},
|
|
"class_type": "EmptySD3LatentImage",
|
|
"_meta": {
|
|
"title": "EmptySD3LatentImage"
|
|
}
|
|
},
|
|
"60": {
|
|
"inputs": {
|
|
"filename_prefix": "ComfyUI",
|
|
"images": [
|
|
"8",
|
|
0
|
|
]
|
|
},
|
|
"class_type": "SaveImage",
|
|
"_meta": {
|
|
"title": "Save Image"
|
|
}
|
|
},
|
|
"66": {
|
|
"inputs": {
|
|
"shift": 3.1000000000000005,
|
|
"model": [
|
|
"37",
|
|
0
|
|
]
|
|
},
|
|
"class_type": "ModelSamplingAuraFlow",
|
|
"_meta": {
|
|
"title": "ModelSamplingAuraFlow"
|
|
}
|
|
}
|
|
} |