File size: 2,401 Bytes
dcac2dd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 |
hf download iapp/{
"last_node_id": 9,
"last_link_id": 14,
"nodes": [
{
"id": 1,
"type": "CheckpointLoaderSimple",
"pos": [40, 240],
"inputs": [],
"outputs": ["MODEL", "CLIP", "VAE"],
"widgets_values": ["v1-5-pruned.safetensors"]
},
{
"id": 2,
"type": "LoraLoader",
"pos": [280, 240],
"inputs": {
"model": [1, 0],
"clip": [1, 1]
},
"outputs": ["MODEL", "CLIP"],
"widgets_values": [
"kohya_face_lora.safetensors",
1.0,
0.8
]
},
{
"id": 3,
"type": "CLIPTextEncode",
"pos": [280, 60],
"inputs": {
"clip": [2, 1]
},
"outputs": ["CONDITIONING"],
"widgets_values": [
"tk_face, portrait, sharp focus, natural skin, soft light"
]
},
{
"id": 4,
"type": "CLIPTextEncode",
"pos": [280, 420],
"inputs": {
"clip": [2, 1]
},
"outputs": ["CONDITIONING"],
"widgets_values": [
"bad face, deformed face, asymmetry, extra eyes, extra fingers, bad anatomy"
]
},
{
"id": 5,
"type": "EmptyLatentImage",
"pos": [540, 240],
"inputs": [],
"outputs": ["LATENT"],
"widgets_values": [512, 512, 1]
},
{
"id": 6,
"type": "KSampler",
"pos": [820, 240],
"inputs": {
"model": [2, 0],
"positive": [3, 0],
"negative": [4, 0],
"latent_image": [5, 0]
},
"outputs": ["LATENT"],
"widgets_values": [
987654321,
"randomize",
24,
6.0,
"dpmpp_2m",
"karras",
1
]
},
{
"id": 7,
"type": "VAEDecode",
"pos": [1080, 240],
"inputs": {
"samples": [6, 0],
"vae": [1, 2]
},
"outputs": ["IMAGE"]
},
{
"id": 8,
"type": "SaveImage",
"pos": [1320, 240],
"inputs": {
"images": [7, 0]
},
"widgets_values": ["outputs"]
}
],
"links": [
[1, 0, 2, 0, "MODEL"],
[1, 1, 2, 1, "CLIP"],
[2, 1, 3, 0, "CLIP"],
[2, 1, 4, 0, "CLIP"],
[2, 0, 6, 0, "MODEL"],
[3, 0, 6, 1, "CONDITIONING"],
[4, 0, 6, 2, "CONDITIONING"],
[5, 0, 6, 3, "LATENT"],
[6, 0, 7, 0, "LATENT"],
[1, 2, 7, 1, "VAE"],
[7, 0, 8, 0, "IMAGE"]
]
} --repo-type=dataset |