Files
8460s-image-rd/assets-library/workflows/winner_auto-illustration_auto-R3-clean-3-5-pony-v6.json

97 lines
1.8 KiB
JSON
Raw Normal View History

{
"1": {
"class_type": "CheckpointLoaderSimple",
"inputs": {
"ckpt_name": "ponyDiffusionV6XL.safetensors"
}
},
"4": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "score_9, score_8_up, score_7_up, A 25-28 year old Korean woman in a modern hanbok with subtle Cute Horror mood, sitting in traditional Korean tea house, hanok wooden architecture, warm afternoon light, photorealistic, detailed face, pale skin",
"clip": [
"1",
1
]
}
},
"5": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "score_4, score_5, score_6, cartoon, anime, child, teenage, japanese building, plastic skin, blurry",
"clip": [
"1",
1
]
}
},
"10": {
"class_type": "LoadImage",
"inputs": {
"image": "byeolyi-ref-768x1344.png"
}
},
"11": {
"class_type": "VAEEncode",
"inputs": {
"pixels": [
"10",
0
],
"vae": [
"1",
2
]
}
},
"13": {
"class_type": "KSampler",
"inputs": {
"model": [
"1",
0
],
"positive": [
"4",
0
],
"negative": [
"5",
0
],
"latent_image": [
"11",
0
],
"seed": 103005,
"steps": 25,
"cfg": 7.0,
"sampler_name": "dpmpp_2m",
"scheduler": "karras",
"denoise": 0.65
}
},
"14": {
"class_type": "VAEDecode",
"inputs": {
"samples": [
"13",
0
],
"vae": [
"1",
2
]
}
},
"15": {
"class_type": "SaveImage",
"inputs": {
"images": [
"14",
0
],
"filename_prefix": "m103_clean_r3_5_pony_img2img_byeolyi"
}
}
}