219 lines
3.9 KiB
Plaintext
Raw Normal View History

2025-07-08 23:05:50 +02:00
{
"6": {
"inputs": {
"ckpt_name": "randomanime_Illust.safetensors"
},
"class_type": "CheckpointLoaderSimple",
"_meta": {
"title": "Load Checkpoint"
}
},
"7": {
"inputs": {
"text": "<%= it.negativePrompt || 'score_4_up, score_5_up, worst quality,bad quality,very displeasing,extra digit,fewer digits,jpeg artifacts,signature,username,reference,mutated,lineup,manga,comic,disembodied,turnaround,2koma,4koma,monster,cropped,amputee,text,bad foreshortening,what,logo,bad anatomy,bad perspective,bad proportions,artistic error,anatomical nonsense,amateur,out of frame,multiple views, non detailed eyes' %>"
},
"class_type": "Text Multiline",
"_meta": {
"title": "Negative"
}
},
"8": {
"inputs": {
"prompt": "<%= it.prompt || 'masterpiece, best quality, score_9, score_8_up' %>",
"seed": [
"9",
0
]
},
"class_type": "Wildcard Processor",
"_meta": {
"title": "wildcard processor(Pos prompt)"
}
},
"9": {
"inputs": {
"seed": <%= it.seed || it.randomSeed() %>
},
"class_type": "Seed Everywhere",
"_meta": {
"title": "Seed Everywhere"
}
},
"12": {
"inputs": {
"steps": <%= it.steps || 20 %>,
"cfg": <%= it.cfg || 8 %>,
"sampler_name": "<%= it.sampler || "euler" %>",
"scheduler": "beta",
"denoise": 1,
"model": [
"16",
0
],
"positive": [
"17",
0
],
"negative": [
"19",
0
],
"latent_image": [
"23",
0
],
"seed": [
"9",
0
]
},
"class_type": "KSampler",
"_meta": {
"title": "KSampler"
}
},
"13": {
"inputs": {
"samples": [
"12",
0
],
"vae": [
"6",
2
]
},
"class_type": "VAEDecode",
"_meta": {
"title": "VAE Decode"
}
},
"16": {
"inputs": {
"text": [
"8",
0
],
"model": [
"6",
0
],
"clip": [
"6",
1
]
},
"class_type": "LoraTagLoader",
"_meta": {
"title": "Load LoRA Tag"
}
},
"17": {
"inputs": {
"text": [
"16",
2
],
"clip": [
"18",
0
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIP Text Encode (Prompt)"
}
},
"18": {
"inputs": {
"stop_at_clip_layer": -2,
"clip": [
"16",
1
]
},
"class_type": "CLIPSetLastLayer",
"_meta": {
"title": "CLIP Set Last Layer"
}
},
"19": {
"inputs": {
"text": [
"7",
0
],
"clip": [
"18",
0
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIP Text Encode (Prompt)"
}
},
"21": {
"inputs": {
"images": [
"13",
0
]
},
"class_type": "PreviewImage",
"_meta": {
"title": "Preview Image"
}
},
"22": {
"inputs": {
"filename_prefix": "RandomAnime",
"images": [
"13",
0
]
},
"class_type": "SaveImage",
"_meta": {
"title": "Save Image"
}
},
"23": {
"inputs": {
"batch_size": <%= it.batchSize || 1 %>,
"seed": [
"9",
0
]
},
"class_type": "RandomEmptyLatentImageFromPresetsSDXL",
"_meta": {
"title": "Random Empty Latent Image From Presets (SDXL)"
}
},
"24": {
"inputs": {
"text": [
"8",
0
],
"text2": "masterpiece, best quality, score_9, score_8_up"
},
"class_type": "ShowText|pysssss",
"_meta": {
"title": "Show Text 🐍"
}
},
"save_image_websocket_node": {
"inputs": {
"images": [
"13",
0
]
},
"class_type": "SaveImageWebsocket",
"_meta": {
"title": "SaveImageWebsocket"
}
}
}