mirror of
https://github.com/koishijs/novelai-bot
synced 2025-01-09 08:59:21 +08:00
b27a02cf92
Co-authored-by: Shigma <shigma10826@gmail.com> Co-authored-by: idranme <96647698+idranme@users.noreply.github.com>
122 lines
1.8 KiB
JSON
122 lines
1.8 KiB
JSON
{
|
|
"3": {
|
|
"inputs": {
|
|
"seed": 1,
|
|
"steps": 20,
|
|
"cfg": 8,
|
|
"sampler_name": "euler",
|
|
"scheduler": "normal",
|
|
"denoise": 0.87,
|
|
"model": [
|
|
"14",
|
|
0
|
|
],
|
|
"positive": [
|
|
"6",
|
|
0
|
|
],
|
|
"negative": [
|
|
"7",
|
|
0
|
|
],
|
|
"latent_image": [
|
|
"12",
|
|
0
|
|
]
|
|
},
|
|
"class_type": "KSampler",
|
|
"_meta": {
|
|
"title": "KSampler"
|
|
}
|
|
},
|
|
"6": {
|
|
"inputs": {
|
|
"text": "",
|
|
"clip": [
|
|
"14",
|
|
1
|
|
]
|
|
},
|
|
"class_type": "CLIPTextEncode",
|
|
"_meta": {
|
|
"title": "CLIP Text Encode (Prompt)"
|
|
}
|
|
},
|
|
"7": {
|
|
"inputs": {
|
|
"text": "",
|
|
"clip": [
|
|
"14",
|
|
1
|
|
]
|
|
},
|
|
"class_type": "CLIPTextEncode",
|
|
"_meta": {
|
|
"title": "CLIP Text Encode (Prompt)"
|
|
}
|
|
},
|
|
"8": {
|
|
"inputs": {
|
|
"samples": [
|
|
"3",
|
|
0
|
|
],
|
|
"vae": [
|
|
"14",
|
|
2
|
|
]
|
|
},
|
|
"class_type": "VAEDecode",
|
|
"_meta": {
|
|
"title": "VAE Decode"
|
|
}
|
|
},
|
|
"9": {
|
|
"inputs": {
|
|
"filename_prefix": "ComfyUI",
|
|
"images": [
|
|
"8",
|
|
0
|
|
]
|
|
},
|
|
"class_type": "SaveImage",
|
|
"_meta": {
|
|
"title": "Save Image"
|
|
}
|
|
},
|
|
"10": {
|
|
"inputs": {
|
|
"image": "example.png",
|
|
"upload": "image"
|
|
},
|
|
"class_type": "LoadImage",
|
|
"_meta": {
|
|
"title": "Load Image"
|
|
}
|
|
},
|
|
"12": {
|
|
"inputs": {
|
|
"pixels": [
|
|
"10",
|
|
0
|
|
],
|
|
"vae": [
|
|
"14",
|
|
2
|
|
]
|
|
},
|
|
"class_type": "VAEEncode",
|
|
"_meta": {
|
|
"title": "VAE Encode"
|
|
}
|
|
},
|
|
"14": {
|
|
"inputs": {
|
|
"ckpt_name": ""
|
|
},
|
|
"class_type": "CheckpointLoaderSimple",
|
|
"_meta": {
|
|
"title": "Load Checkpoint"
|
|
}
|
|
}
|
|
} |