| 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 |