ComfyUI / workflows /api /krea2-turbo-t2i.json
aleph65's picture
Add Krea 2 workflows (raw/turbo t2i + turbo i2i, optional LoRA placeholder)
f43554d verified
Raw
History Blame Contribute Delete
2.07 kB
{
"1": {
"_meta": {
"title": "Load Krea 2 Diffusion Model"
},
"class_type": "UNETLoader",
"inputs": {
"unet_name": "krea2_turbo_bf16.safetensors",
"weight_dtype": "default"
}
},
"10": {
"class_type": "SaveImage",
"inputs": {
"filename_prefix": "krea2_turbo_t2i",
"images": [
"9",
0
]
}
},
"3": {
"_meta": {
"title": "Load Text Encoder"
},
"class_type": "CLIPLoader",
"inputs": {
"clip_name": "qwen3vl_4b_fp8_scaled.safetensors",
"device": "default",
"type": "krea2"
}
},
"4": {
"_meta": {
"title": "Load VAE"
},
"class_type": "VAELoader",
"inputs": {
"vae_name": "qwen_image_vae.safetensors"
}
},
"5": {
"_meta": {
"title": "Positive Prompt"
},
"class_type": "CLIPTextEncode",
"inputs": {
"clip": [
"3",
0
],
"text": "A cinematic photo of a red fox standing on a mossy rock in a misty pine forest at sunrise, volumetric light, ultra detailed"
}
},
"6": {
"_meta": {
"title": "Negative (zeroed \u2014 turbo uses CFG 1)"
},
"class_type": "ConditioningZeroOut",
"inputs": {
"conditioning": [
"5",
0
]
}
},
"7": {
"_meta": {
"title": "Empty Latent"
},
"class_type": "EmptyLatentImage",
"inputs": {
"batch_size": 1,
"height": 1024,
"width": 1024
}
},
"8": {
"class_type": "KSampler",
"inputs": {
"cfg": 1.0,
"denoise": 1.0,
"latent_image": [
"7",
0
],
"model": [
"1",
0
],
"negative": [
"6",
0
],
"positive": [
"5",
0
],
"sampler_name": "euler",
"scheduler": "simple",
"seed": 42,
"steps": 8
}
},
"9": {
"class_type": "VAEDecode",
"inputs": {
"samples": [
"8",
0
],
"vae": [
"4",
0
]
}
}
}