WorkflowsAPI / StyleManhwaWFAPI.json
Sunboy123321's picture
Upload 7 files
63eded1 verified
Raw
History Blame Contribute Delete
4.33 kB
{
"2": {
"inputs": {
"clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
"type": "qwen_image",
"device": "default"
},
"class_type": "CLIPLoader",
"_meta": {
"title": "Load CLIP"
}
},
"3": {
"inputs": {
"vae_name": "qwen_image_vae.safetensors"
},
"class_type": "VAELoader",
"_meta": {
"title": "Load VAE"
}
},
"4": {
"inputs": {
"prompt": "Convert to flat manhwa style, pastel colors. ",
"clip": [
"2",
0
],
"vae": [
"3",
0
],
"image": [
"5",
0
]
},
"class_type": "TextEncodeQwenImageEdit",
"_meta": {
"title": "TextEncodeQwenImageEdit"
}
},
"5": {
"inputs": {
"image": "photo_2026-04-07_20-40-53.jpg"
},
"class_type": "LoadImage",
"_meta": {
"title": "Load Image"
}
},
"6": {
"inputs": {
"megapixels": 1.5000000000000002,
"images": [
"5",
0
]
},
"class_type": "ImageScaleToMegapixels",
"_meta": {
"title": "Scale To Megapixels"
}
},
"8": {
"inputs": {
"image": [
"6",
0
]
},
"class_type": "GetImageSize",
"_meta": {
"title": "Get Image Size"
}
},
"9": {
"inputs": {
"width": [
"8",
0
],
"height": [
"8",
1
],
"batch_size": 1
},
"class_type": "EmptySD3LatentImage",
"_meta": {
"title": "EmptySD3LatentImage"
}
},
"10": {
"inputs": {
"seed": 27328357844068,
"steps": 12,
"cfg": 1,
"sampler_name": "euler_ancestral",
"scheduler": "sgm_uniform",
"denoise": 1,
"model": [
"22",
0
],
"positive": [
"4",
0
],
"negative": [
"12",
0
],
"latent_image": [
"9",
0
]
},
"class_type": "KSampler",
"_meta": {
"title": "KSampler"
}
},
"11": {
"inputs": {
"shift": 3.1000000000000005,
"model": [
"26",
0
]
},
"class_type": "ModelSamplingAuraFlow",
"_meta": {
"title": "ModelSamplingAuraFlow"
}
},
"12": {
"inputs": {
"conditioning": [
"4",
0
]
},
"class_type": "ConditioningZeroOut",
"_meta": {
"title": "ConditioningZeroOut"
}
},
"13": {
"inputs": {
"samples": [
"10",
0
],
"vae": [
"3",
0
]
},
"class_type": "VAEDecode",
"_meta": {
"title": "VAE Decode"
}
},
"16": {
"inputs": {
"filename_prefix": "ComfyUI",
"images": [
"13",
0
]
},
"class_type": "SaveImage",
"_meta": {
"title": "Save Image"
}
},
"17": {
"inputs": {
"direction": "right",
"match_image_size": true,
"image1": [
"6",
0
],
"image2": [
"13",
0
]
},
"class_type": "ImageConcanate",
"_meta": {
"title": "ImageConcanate"
}
},
"18": {
"inputs": {
"filename_prefix": "ComfyUI",
"images": [
"17",
0
]
},
"class_type": "SaveImage",
"_meta": {
"title": "Save Image"
}
},
"20": {
"inputs": {
"lora_name": "Qwen-Image-Edit-2511-Lightning-4steps-V1.0-fp32.safetensors",
"strength_model": 1,
"model": [
"21",
0
]
},
"class_type": "LoraLoaderModelOnly",
"_meta": {
"title": "Load LoRA"
}
},
"21": {
"inputs": {
"unet_name": "qwen_image_edit_2511_bf16.safetensors",
"weight_dtype": "fp8_e4m3fn"
},
"class_type": "UNETLoader",
"_meta": {
"title": "Load Diffusion Model"
}
},
"22": {
"inputs": {
"strength": 1,
"model": [
"11",
0
]
},
"class_type": "CFGNorm",
"_meta": {
"title": "CFGNorm"
}
},
"26": {
"inputs": {
"lora_name": "Qwen-Convert-Manhwa-e25.safetensors",
"strength_model": 1,
"model": [
"20",
0
]
},
"class_type": "LoraLoaderModelOnly",
"_meta": {
"title": "Load LoRA"
}
}
}