Files
talemate/templates/comfyui-workflows/default-sdxl.json
veguAI c179fcd3eb 0.34.0 (#239)
Visual Agent Refactor + Visual Library
Character Card Import Refactor
Bug fixes and other improvements
2025-12-06 11:19:48 +02:00

110 lines
1.8 KiB
JSON

{
"1": {
"inputs": {
"ckpt_name": "protovisionXLHighFidelity3D_release0630Bakedvae.safetensors"
},
"class_type": "CheckpointLoaderSimple",
"_meta": {
"title": "Talemate Load Checkpoint"
}
},
"3": {
"inputs": {
"width": 1024,
"height": 1024,
"batch_size": 1
},
"class_type": "EmptyLatentImage",
"_meta": {
"title": "Talemate Resolution"
}
},
"4": {
"inputs": {
"text": "",
"clip": [
"1",
1
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "Talemate Positive Prompt"
}
},
"5": {
"inputs": {
"text": "",
"clip": [
"1",
1
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "Talemate Negative Prompt"
}
},
"10": {
"inputs": {
"add_noise": "enable",
"noise_seed": 131938123826302,
"steps": 50,
"cfg": 7,
"sampler_name": "dpmpp_2m_sde",
"scheduler": "karras",
"start_at_step": 0,
"end_at_step": 10000,
"return_with_leftover_noise": "disable",
"model": [
"1",
0
],
"positive": [
"4",
0
],
"negative": [
"5",
0
],
"latent_image": [
"3",
0
]
},
"class_type": "KSamplerAdvanced",
"_meta": {
"title": "KSampler (Advanced)"
}
},
"13": {
"inputs": {
"samples": [
"10",
0
],
"vae": [
"1",
2
]
},
"class_type": "VAEDecode",
"_meta": {
"title": "VAE Decode"
}
},
"14": {
"inputs": {
"filename_prefix": "ComfyUI",
"images": [
"13",
0
]
},
"class_type": "SaveImage",
"_meta": {
"title": "Save Image"
}
}
}