mirror of
https://github.com/vegu-ai/talemate.git
synced 2026-05-18 05:05:39 +02:00
Visual Agent Refactor + Visual Library Character Card Import Refactor Bug fixes and other improvements
110 lines
1.8 KiB
JSON
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"
|
|
}
|
|
}
|
|
} |