CourseWork / workflow_api_text2img.json
Rishabh12j's picture
Upload 2 files
2121d66 verified
raw
history blame
2.18 kB
{
"1": {
"inputs": {
"ckpt_name": "sd_xl_turbo_1.0_fp16.safetensors"
},
"class_type": "CheckpointLoaderSimple",
"_meta": {
"title": "Load Checkpoint"
}
},
"2": {
"inputs": {
"add_noise": true,
"noise_seed": 240322318706585,
"cfg": 1.1,
"model": [
"1",
0
],
"positive": [
"3",
0
],
"negative": [
"4",
0
],
"sampler": [
"6",
0
],
"sigmas": [
"7",
0
],
"latent_image": [
"8",
0
]
},
"class_type": "SamplerCustom",
"_meta": {
"title": "SamplerCustom"
}
},
"3": {
"inputs": {
"text": "an colorful 3d blender anime portrait of a girl with black long hair and glasses",
"clip": [
"1",
1
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIP Text Encode (Prompt)"
}
},
"4": {
"inputs": {
"text": "",
"clip": [
"1",
1
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIP Text Encode (Prompt)"
}
},
"5": {
"inputs": {
"samples": [
"2",
0
],
"vae": [
"1",
2
]
},
"class_type": "VAEDecode",
"_meta": {
"title": "VAE Decode"
}
},
"6": {
"inputs": {
"sampler_name": "euler_ancestral"
},
"class_type": "KSamplerSelect",
"_meta": {
"title": "KSamplerSelect"
}
},
"7": {
"inputs": {
"steps": 10,
"denoise": 1,
"model": [
"1",
0
]
},
"class_type": "SDTurboScheduler",
"_meta": {
"title": "SDTurboScheduler"
}
},
"8": {
"inputs": {
"width": 512,
"height": 512,
"batch_size": 1
},
"class_type": "EmptyLatentImage",
"_meta": {
"title": "Empty Latent Image"
}
},
"30": {
"inputs": {
"filename_prefix": "ComfyUI",
"images": [
"5",
0
]
},
"class_type": "SaveImage",
"_meta": {
"title": "Save Image"
}
}
}