Instructions to use Claquasse/Anima-Control-Pose with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Claquasse/Anima-Control-Pose with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Claquasse/Anima-Control-Pose", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| { | |
| "id": "2cbbbc1d-f8ff-4b9a-9077-3e4c5cd2de0b", | |
| "revision": 0, | |
| "last_node_id": 80, | |
| "last_link_id": 124, | |
| "nodes": [ | |
| { | |
| "id": 1, | |
| "type": "UNETLoader", | |
| "pos": [ | |
| 40, | |
| 40 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 1, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "unet_name", | |
| "name": "unet_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "unet_name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "weight_dtype", | |
| "name": "weight_dtype", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "weight_dtype" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "MODEL", | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 1, | |
| 103 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "UNETLoader" | |
| }, | |
| "widgets_values": [ | |
| "anima-base-v1.0.safetensors", | |
| "default" | |
| ] | |
| }, | |
| { | |
| "id": 2, | |
| "type": "CLIPLoader", | |
| "pos": [ | |
| 40, | |
| 180 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 2, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "clip_name", | |
| "name": "clip_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "clip_name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "type", | |
| "name": "type", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "type" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "device", | |
| "name": "device", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "device" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "CLIP", | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "slot_index": 0, | |
| "links": [ | |
| 2, | |
| 3 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CLIPLoader" | |
| }, | |
| "widgets_values": [ | |
| "qwen_3_06b_base.safetensors", | |
| "stable_diffusion", | |
| "default" | |
| ] | |
| }, | |
| { | |
| "id": 3, | |
| "type": "VAELoader", | |
| "pos": [ | |
| 40, | |
| 320 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 3, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "vae_name", | |
| "name": "vae_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "vae_name" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "VAE", | |
| "name": "VAE", | |
| "type": "VAE", | |
| "slot_index": 0, | |
| "links": [ | |
| 7, | |
| 16, | |
| 22, | |
| 31, | |
| 37, | |
| 46, | |
| 52, | |
| 61, | |
| 66, | |
| 75, | |
| 79, | |
| 88, | |
| 92, | |
| 101, | |
| 109, | |
| 113, | |
| 123 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAELoader" | |
| }, | |
| "widgets_values": [ | |
| "qwen_image_vae.safetensors" | |
| ] | |
| }, | |
| { | |
| "id": 4, | |
| "type": "LoraLoaderModelOnly", | |
| "pos": [ | |
| 40, | |
| 430 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 4, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 1 | |
| }, | |
| { | |
| "localized_name": "lora_name", | |
| "name": "lora_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "lora_name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "strength_model", | |
| "name": "strength_model", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "strength_model" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "MODEL", | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 8, | |
| 23, | |
| 38, | |
| 53, | |
| 67, | |
| 80, | |
| 93, | |
| 115 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LoraLoaderModelOnly" | |
| }, | |
| "widgets_values": [ | |
| "anima_pose_preview2.safetensors", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 5, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 40, | |
| 560 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 5, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "clip", | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 2 | |
| }, | |
| { | |
| "localized_name": "text", | |
| "name": "text", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "text" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "CONDITIONING", | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "slot_index": 0, | |
| "links": [ | |
| 12, | |
| 27, | |
| 42, | |
| 57, | |
| 71, | |
| 84, | |
| 97, | |
| 105, | |
| 119 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CLIPTextEncode" | |
| }, | |
| "widgets_values": [ | |
| "newest, masterpiece, best quality, score_9, safe\n\n1girl, solo, simple background" | |
| ] | |
| }, | |
| { | |
| "id": 6, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 40, | |
| 760 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 6, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "clip", | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 3 | |
| }, | |
| { | |
| "localized_name": "text", | |
| "name": "text", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "text" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "CONDITIONING", | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "slot_index": 0, | |
| "links": [ | |
| 13, | |
| 28, | |
| 43, | |
| 58, | |
| 72, | |
| 85, | |
| 98, | |
| 106, | |
| 120 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CLIPTextEncode" | |
| }, | |
| "widgets_values": [ | |
| "worst quality, low quality, score_1, score_2, blurry, jpeg artifacts" | |
| ] | |
| }, | |
| { | |
| "id": 7, | |
| "type": "EmptyLatentImage", | |
| "pos": [ | |
| 40, | |
| 960 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 7, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "width", | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "height", | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "batch_size", | |
| "name": "batch_size", | |
| "type": "INT", | |
| "widget": { | |
| "name": "batch_size" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 14, | |
| 29, | |
| 44, | |
| 59, | |
| 73, | |
| 86, | |
| 99, | |
| 107, | |
| 121 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "EmptyLatentImage" | |
| }, | |
| "widgets_values": [ | |
| 768, | |
| 768, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 8, | |
| "type": "LoadImage", | |
| "pos": [ | |
| 40, | |
| 1080 | |
| ], | |
| "size": [ | |
| 300, | |
| 314 | |
| ], | |
| "flags": {}, | |
| "order": 8, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "image", | |
| "name": "image", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "image" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "choose file to upload", | |
| "name": "upload", | |
| "type": "IMAGEUPLOAD", | |
| "widget": { | |
| "name": "upload" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 4, | |
| 19, | |
| 34, | |
| 49, | |
| 111 | |
| ] | |
| }, | |
| { | |
| "localized_name": "MASK", | |
| "name": "MASK", | |
| "type": "MASK", | |
| "slot_index": 1, | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LoadImage" | |
| }, | |
| "widgets_values": [ | |
| "cmp_source.png", | |
| "image" | |
| ] | |
| }, | |
| { | |
| "id": 9, | |
| "type": "DWPreprocessor", | |
| "pos": [ | |
| 520, | |
| 40 | |
| ], | |
| "size": [ | |
| 300, | |
| 222 | |
| ], | |
| "flags": {}, | |
| "order": 9, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "image", | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 4 | |
| }, | |
| { | |
| "localized_name": "detect_hand", | |
| "name": "detect_hand", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "detect_hand" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "detect_body", | |
| "name": "detect_body", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "detect_body" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "detect_face", | |
| "name": "detect_face", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "detect_face" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "resolution", | |
| "name": "resolution", | |
| "shape": 7, | |
| "type": "INT", | |
| "widget": { | |
| "name": "resolution" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "bbox_detector", | |
| "name": "bbox_detector", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "bbox_detector" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "pose_estimator", | |
| "name": "pose_estimator", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "pose_estimator" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "scale_stick_for_xinsr_cn", | |
| "name": "scale_stick_for_xinsr_cn", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "scale_stick_for_xinsr_cn" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 5, | |
| 18 | |
| ] | |
| }, | |
| { | |
| "localized_name": "POSE_KEYPOINT", | |
| "name": "POSE_KEYPOINT", | |
| "type": "POSE_KEYPOINT", | |
| "slot_index": 1, | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "DWPreprocessor" | |
| }, | |
| "widgets_values": [ | |
| "enable", | |
| "enable", | |
| "enable", | |
| 768, | |
| "yolox_l.onnx", | |
| "dw-ll_ucoco_384_bs5.torchscript.pt", | |
| "disable" | |
| ] | |
| }, | |
| { | |
| "id": 10, | |
| "type": "ImageScale", | |
| "pos": [ | |
| 800, | |
| 40 | |
| ], | |
| "size": [ | |
| 300, | |
| 130 | |
| ], | |
| "flags": {}, | |
| "order": 10, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "image", | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 5 | |
| }, | |
| { | |
| "localized_name": "upscale_method", | |
| "name": "upscale_method", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "upscale_method" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "width", | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "height", | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "crop", | |
| "name": "crop", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "crop" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 6 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ImageScale" | |
| }, | |
| "widgets_values": [ | |
| "nearest-exact", | |
| 768, | |
| 768, | |
| "disabled" | |
| ] | |
| }, | |
| { | |
| "id": 11, | |
| "type": "VAEEncode", | |
| "pos": [ | |
| 1060, | |
| 40 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 11, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "pixels", | |
| "name": "pixels", | |
| "type": "IMAGE", | |
| "link": 6 | |
| }, | |
| { | |
| "localized_name": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 7 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 9 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEEncode" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 12, | |
| "type": "AnimaControlApply", | |
| "pos": [ | |
| 1240, | |
| 40 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 12, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 8 | |
| }, | |
| { | |
| "localized_name": "control_latent", | |
| "name": "control_latent", | |
| "type": "LATENT", | |
| "link": 9 | |
| }, | |
| { | |
| "localized_name": "control_embedder_path", | |
| "name": "control_embedder_path", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "control_embedder_path" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "strength", | |
| "name": "strength", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "strength" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "MODEL", | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 10 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "AnimaControlApply" | |
| }, | |
| "widgets_values": [ | |
| "anima_pose_preview2.safetensors", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 13, | |
| "type": "CFGZeroStar", | |
| "pos": [ | |
| 1480, | |
| 40 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 13, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 10 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "patched_model", | |
| "name": "patched_model", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 11 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CFGZeroStar" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 14, | |
| "type": "KSampler", | |
| "pos": [ | |
| 1640, | |
| 40 | |
| ], | |
| "size": [ | |
| 300, | |
| 262 | |
| ], | |
| "flags": {}, | |
| "order": 14, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 11 | |
| }, | |
| { | |
| "localized_name": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 12 | |
| }, | |
| { | |
| "localized_name": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 13 | |
| }, | |
| { | |
| "localized_name": "latent_image", | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 14 | |
| }, | |
| { | |
| "localized_name": "seed", | |
| "name": "seed", | |
| "type": "INT", | |
| "widget": { | |
| "name": "seed" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "steps", | |
| "name": "steps", | |
| "type": "INT", | |
| "widget": { | |
| "name": "steps" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "cfg", | |
| "name": "cfg", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "cfg" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "sampler_name", | |
| "name": "sampler_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "sampler_name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "scheduler", | |
| "name": "scheduler", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "scheduler" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "denoise", | |
| "name": "denoise", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "denoise" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 15 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "KSampler" | |
| }, | |
| "widgets_values": [ | |
| 2024, | |
| "fixed", | |
| 30, | |
| 4, | |
| "er_sde", | |
| "simple", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 15, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 1900, | |
| 40 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 15, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "samples", | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 15 | |
| }, | |
| { | |
| "localized_name": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 16 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 17 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEDecode" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 16, | |
| "type": "SaveImage", | |
| "pos": [ | |
| 2080, | |
| 40 | |
| ], | |
| "size": [ | |
| 300, | |
| 270 | |
| ], | |
| "flags": {}, | |
| "order": 16, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "images", | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 17 | |
| }, | |
| { | |
| "localized_name": "filename_prefix", | |
| "name": "filename_prefix", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "filename_prefix" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "Node name for S&R": "SaveImage" | |
| }, | |
| "widgets_values": [ | |
| "cmp_R0full" | |
| ] | |
| }, | |
| { | |
| "id": 17, | |
| "type": "SaveImage", | |
| "pos": [ | |
| 2080, | |
| 240 | |
| ], | |
| "size": [ | |
| 300, | |
| 270 | |
| ], | |
| "flags": {}, | |
| "order": 17, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "images", | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 18 | |
| }, | |
| { | |
| "localized_name": "filename_prefix", | |
| "name": "filename_prefix", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "filename_prefix" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "Node name for S&R": "SaveImage" | |
| }, | |
| "widgets_values": [ | |
| "cmp_R0full_skel" | |
| ] | |
| }, | |
| { | |
| "id": 18, | |
| "type": "DWPreprocessor", | |
| "pos": [ | |
| 520, | |
| 470 | |
| ], | |
| "size": [ | |
| 300, | |
| 222 | |
| ], | |
| "flags": {}, | |
| "order": 18, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "image", | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 19 | |
| }, | |
| { | |
| "localized_name": "detect_hand", | |
| "name": "detect_hand", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "detect_hand" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "detect_body", | |
| "name": "detect_body", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "detect_body" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "detect_face", | |
| "name": "detect_face", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "detect_face" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "resolution", | |
| "name": "resolution", | |
| "shape": 7, | |
| "type": "INT", | |
| "widget": { | |
| "name": "resolution" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "bbox_detector", | |
| "name": "bbox_detector", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "bbox_detector" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "pose_estimator", | |
| "name": "pose_estimator", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "pose_estimator" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "scale_stick_for_xinsr_cn", | |
| "name": "scale_stick_for_xinsr_cn", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "scale_stick_for_xinsr_cn" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 20, | |
| 33 | |
| ] | |
| }, | |
| { | |
| "localized_name": "POSE_KEYPOINT", | |
| "name": "POSE_KEYPOINT", | |
| "type": "POSE_KEYPOINT", | |
| "slot_index": 1, | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "DWPreprocessor" | |
| }, | |
| "widgets_values": [ | |
| "disable", | |
| "enable", | |
| "enable", | |
| 768, | |
| "yolox_l.onnx", | |
| "dw-ll_ucoco_384_bs5.torchscript.pt", | |
| "disable" | |
| ] | |
| }, | |
| { | |
| "id": 19, | |
| "type": "ImageScale", | |
| "pos": [ | |
| 800, | |
| 470 | |
| ], | |
| "size": [ | |
| 300, | |
| 130 | |
| ], | |
| "flags": {}, | |
| "order": 19, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "image", | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 20 | |
| }, | |
| { | |
| "localized_name": "upscale_method", | |
| "name": "upscale_method", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "upscale_method" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "width", | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "height", | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "crop", | |
| "name": "crop", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "crop" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 21 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ImageScale" | |
| }, | |
| "widgets_values": [ | |
| "nearest-exact", | |
| 768, | |
| 768, | |
| "disabled" | |
| ] | |
| }, | |
| { | |
| "id": 20, | |
| "type": "VAEEncode", | |
| "pos": [ | |
| 1060, | |
| 470 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 20, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "pixels", | |
| "name": "pixels", | |
| "type": "IMAGE", | |
| "link": 21 | |
| }, | |
| { | |
| "localized_name": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 22 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 24 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEEncode" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 21, | |
| "type": "AnimaControlApply", | |
| "pos": [ | |
| 1240, | |
| 470 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 21, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 23 | |
| }, | |
| { | |
| "localized_name": "control_latent", | |
| "name": "control_latent", | |
| "type": "LATENT", | |
| "link": 24 | |
| }, | |
| { | |
| "localized_name": "control_embedder_path", | |
| "name": "control_embedder_path", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "control_embedder_path" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "strength", | |
| "name": "strength", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "strength" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "MODEL", | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 25 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "AnimaControlApply" | |
| }, | |
| "widgets_values": [ | |
| "anima_pose_preview2.safetensors", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 22, | |
| "type": "CFGZeroStar", | |
| "pos": [ | |
| 1480, | |
| 470 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 22, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 25 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "patched_model", | |
| "name": "patched_model", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 26 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CFGZeroStar" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 23, | |
| "type": "KSampler", | |
| "pos": [ | |
| 1640, | |
| 470 | |
| ], | |
| "size": [ | |
| 300, | |
| 262 | |
| ], | |
| "flags": {}, | |
| "order": 23, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 26 | |
| }, | |
| { | |
| "localized_name": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 27 | |
| }, | |
| { | |
| "localized_name": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 28 | |
| }, | |
| { | |
| "localized_name": "latent_image", | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 29 | |
| }, | |
| { | |
| "localized_name": "seed", | |
| "name": "seed", | |
| "type": "INT", | |
| "widget": { | |
| "name": "seed" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "steps", | |
| "name": "steps", | |
| "type": "INT", | |
| "widget": { | |
| "name": "steps" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "cfg", | |
| "name": "cfg", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "cfg" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "sampler_name", | |
| "name": "sampler_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "sampler_name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "scheduler", | |
| "name": "scheduler", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "scheduler" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "denoise", | |
| "name": "denoise", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "denoise" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 30 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "KSampler" | |
| }, | |
| "widgets_values": [ | |
| 2024, | |
| "fixed", | |
| 30, | |
| 4, | |
| "er_sde", | |
| "simple", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 24, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 1900, | |
| 470 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 24, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "samples", | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 30 | |
| }, | |
| { | |
| "localized_name": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 31 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 32 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEDecode" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 25, | |
| "type": "SaveImage", | |
| "pos": [ | |
| 2080, | |
| 470 | |
| ], | |
| "size": [ | |
| 300, | |
| 270 | |
| ], | |
| "flags": {}, | |
| "order": 25, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "images", | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 32 | |
| }, | |
| { | |
| "localized_name": "filename_prefix", | |
| "name": "filename_prefix", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "filename_prefix" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "Node name for S&R": "SaveImage" | |
| }, | |
| "widgets_values": [ | |
| "cmp_noHands" | |
| ] | |
| }, | |
| { | |
| "id": 26, | |
| "type": "SaveImage", | |
| "pos": [ | |
| 2080, | |
| 670 | |
| ], | |
| "size": [ | |
| 300, | |
| 270 | |
| ], | |
| "flags": {}, | |
| "order": 26, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "images", | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 33 | |
| }, | |
| { | |
| "localized_name": "filename_prefix", | |
| "name": "filename_prefix", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "filename_prefix" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "Node name for S&R": "SaveImage" | |
| }, | |
| "widgets_values": [ | |
| "cmp_noHands_skel" | |
| ] | |
| }, | |
| { | |
| "id": 27, | |
| "type": "DWPreprocessor", | |
| "pos": [ | |
| 520, | |
| 900 | |
| ], | |
| "size": [ | |
| 300, | |
| 222 | |
| ], | |
| "flags": {}, | |
| "order": 27, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "image", | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 34 | |
| }, | |
| { | |
| "localized_name": "detect_hand", | |
| "name": "detect_hand", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "detect_hand" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "detect_body", | |
| "name": "detect_body", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "detect_body" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "detect_face", | |
| "name": "detect_face", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "detect_face" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "resolution", | |
| "name": "resolution", | |
| "shape": 7, | |
| "type": "INT", | |
| "widget": { | |
| "name": "resolution" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "bbox_detector", | |
| "name": "bbox_detector", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "bbox_detector" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "pose_estimator", | |
| "name": "pose_estimator", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "pose_estimator" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "scale_stick_for_xinsr_cn", | |
| "name": "scale_stick_for_xinsr_cn", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "scale_stick_for_xinsr_cn" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 35, | |
| 48 | |
| ] | |
| }, | |
| { | |
| "localized_name": "POSE_KEYPOINT", | |
| "name": "POSE_KEYPOINT", | |
| "type": "POSE_KEYPOINT", | |
| "slot_index": 1, | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "DWPreprocessor" | |
| }, | |
| "widgets_values": [ | |
| "enable", | |
| "enable", | |
| "disable", | |
| 768, | |
| "yolox_l.onnx", | |
| "dw-ll_ucoco_384_bs5.torchscript.pt", | |
| "disable" | |
| ] | |
| }, | |
| { | |
| "id": 28, | |
| "type": "ImageScale", | |
| "pos": [ | |
| 800, | |
| 900 | |
| ], | |
| "size": [ | |
| 300, | |
| 130 | |
| ], | |
| "flags": {}, | |
| "order": 28, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "image", | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 35 | |
| }, | |
| { | |
| "localized_name": "upscale_method", | |
| "name": "upscale_method", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "upscale_method" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "width", | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "height", | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "crop", | |
| "name": "crop", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "crop" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 36 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ImageScale" | |
| }, | |
| "widgets_values": [ | |
| "nearest-exact", | |
| 768, | |
| 768, | |
| "disabled" | |
| ] | |
| }, | |
| { | |
| "id": 29, | |
| "type": "VAEEncode", | |
| "pos": [ | |
| 1060, | |
| 900 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 29, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "pixels", | |
| "name": "pixels", | |
| "type": "IMAGE", | |
| "link": 36 | |
| }, | |
| { | |
| "localized_name": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 37 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 39 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEEncode" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 30, | |
| "type": "AnimaControlApply", | |
| "pos": [ | |
| 1240, | |
| 900 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 30, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 38 | |
| }, | |
| { | |
| "localized_name": "control_latent", | |
| "name": "control_latent", | |
| "type": "LATENT", | |
| "link": 39 | |
| }, | |
| { | |
| "localized_name": "control_embedder_path", | |
| "name": "control_embedder_path", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "control_embedder_path" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "strength", | |
| "name": "strength", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "strength" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "MODEL", | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 40 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "AnimaControlApply" | |
| }, | |
| "widgets_values": [ | |
| "anima_pose_preview2.safetensors", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 31, | |
| "type": "CFGZeroStar", | |
| "pos": [ | |
| 1480, | |
| 900 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 31, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 40 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "patched_model", | |
| "name": "patched_model", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 41 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CFGZeroStar" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 32, | |
| "type": "KSampler", | |
| "pos": [ | |
| 1640, | |
| 900 | |
| ], | |
| "size": [ | |
| 300, | |
| 262 | |
| ], | |
| "flags": {}, | |
| "order": 32, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 41 | |
| }, | |
| { | |
| "localized_name": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 42 | |
| }, | |
| { | |
| "localized_name": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 43 | |
| }, | |
| { | |
| "localized_name": "latent_image", | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 44 | |
| }, | |
| { | |
| "localized_name": "seed", | |
| "name": "seed", | |
| "type": "INT", | |
| "widget": { | |
| "name": "seed" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "steps", | |
| "name": "steps", | |
| "type": "INT", | |
| "widget": { | |
| "name": "steps" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "cfg", | |
| "name": "cfg", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "cfg" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "sampler_name", | |
| "name": "sampler_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "sampler_name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "scheduler", | |
| "name": "scheduler", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "scheduler" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "denoise", | |
| "name": "denoise", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "denoise" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 45 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "KSampler" | |
| }, | |
| "widgets_values": [ | |
| 2024, | |
| "fixed", | |
| 30, | |
| 4, | |
| "er_sde", | |
| "simple", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 33, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 1900, | |
| 900 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 33, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "samples", | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 45 | |
| }, | |
| { | |
| "localized_name": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 46 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 47 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEDecode" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 34, | |
| "type": "SaveImage", | |
| "pos": [ | |
| 2080, | |
| 900 | |
| ], | |
| "size": [ | |
| 300, | |
| 270 | |
| ], | |
| "flags": {}, | |
| "order": 34, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "images", | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 47 | |
| }, | |
| { | |
| "localized_name": "filename_prefix", | |
| "name": "filename_prefix", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "filename_prefix" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "Node name for S&R": "SaveImage" | |
| }, | |
| "widgets_values": [ | |
| "cmp_noFace" | |
| ] | |
| }, | |
| { | |
| "id": 35, | |
| "type": "SaveImage", | |
| "pos": [ | |
| 2080, | |
| 1100 | |
| ], | |
| "size": [ | |
| 300, | |
| 270 | |
| ], | |
| "flags": {}, | |
| "order": 35, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "images", | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 48 | |
| }, | |
| { | |
| "localized_name": "filename_prefix", | |
| "name": "filename_prefix", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "filename_prefix" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "Node name for S&R": "SaveImage" | |
| }, | |
| "widgets_values": [ | |
| "cmp_noFace_skel" | |
| ] | |
| }, | |
| { | |
| "id": 36, | |
| "type": "DWPreprocessor", | |
| "pos": [ | |
| 520, | |
| 1330 | |
| ], | |
| "size": [ | |
| 300, | |
| 222 | |
| ], | |
| "flags": {}, | |
| "order": 36, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "image", | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 49 | |
| }, | |
| { | |
| "localized_name": "detect_hand", | |
| "name": "detect_hand", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "detect_hand" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "detect_body", | |
| "name": "detect_body", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "detect_body" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "detect_face", | |
| "name": "detect_face", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "detect_face" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "resolution", | |
| "name": "resolution", | |
| "shape": 7, | |
| "type": "INT", | |
| "widget": { | |
| "name": "resolution" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "bbox_detector", | |
| "name": "bbox_detector", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "bbox_detector" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "pose_estimator", | |
| "name": "pose_estimator", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "pose_estimator" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "scale_stick_for_xinsr_cn", | |
| "name": "scale_stick_for_xinsr_cn", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "scale_stick_for_xinsr_cn" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 50, | |
| 63 | |
| ] | |
| }, | |
| { | |
| "localized_name": "POSE_KEYPOINT", | |
| "name": "POSE_KEYPOINT", | |
| "type": "POSE_KEYPOINT", | |
| "slot_index": 1, | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "DWPreprocessor" | |
| }, | |
| "widgets_values": [ | |
| "disable", | |
| "enable", | |
| "disable", | |
| 768, | |
| "yolox_l.onnx", | |
| "dw-ll_ucoco_384_bs5.torchscript.pt", | |
| "disable" | |
| ] | |
| }, | |
| { | |
| "id": 37, | |
| "type": "ImageScale", | |
| "pos": [ | |
| 800, | |
| 1330 | |
| ], | |
| "size": [ | |
| 300, | |
| 130 | |
| ], | |
| "flags": {}, | |
| "order": 37, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "image", | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 50 | |
| }, | |
| { | |
| "localized_name": "upscale_method", | |
| "name": "upscale_method", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "upscale_method" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "width", | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "height", | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "crop", | |
| "name": "crop", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "crop" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 51 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ImageScale" | |
| }, | |
| "widgets_values": [ | |
| "nearest-exact", | |
| 768, | |
| 768, | |
| "disabled" | |
| ] | |
| }, | |
| { | |
| "id": 38, | |
| "type": "VAEEncode", | |
| "pos": [ | |
| 1060, | |
| 1330 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 38, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "pixels", | |
| "name": "pixels", | |
| "type": "IMAGE", | |
| "link": 51 | |
| }, | |
| { | |
| "localized_name": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 52 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 54 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEEncode" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 39, | |
| "type": "AnimaControlApply", | |
| "pos": [ | |
| 1240, | |
| 1330 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 39, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 53 | |
| }, | |
| { | |
| "localized_name": "control_latent", | |
| "name": "control_latent", | |
| "type": "LATENT", | |
| "link": 54 | |
| }, | |
| { | |
| "localized_name": "control_embedder_path", | |
| "name": "control_embedder_path", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "control_embedder_path" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "strength", | |
| "name": "strength", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "strength" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "MODEL", | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 55 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "AnimaControlApply" | |
| }, | |
| "widgets_values": [ | |
| "anima_pose_preview2.safetensors", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 40, | |
| "type": "CFGZeroStar", | |
| "pos": [ | |
| 1480, | |
| 1330 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 40, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 55 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "patched_model", | |
| "name": "patched_model", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 56 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CFGZeroStar" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 41, | |
| "type": "KSampler", | |
| "pos": [ | |
| 1640, | |
| 1330 | |
| ], | |
| "size": [ | |
| 300, | |
| 262 | |
| ], | |
| "flags": {}, | |
| "order": 41, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 56 | |
| }, | |
| { | |
| "localized_name": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 57 | |
| }, | |
| { | |
| "localized_name": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 58 | |
| }, | |
| { | |
| "localized_name": "latent_image", | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 59 | |
| }, | |
| { | |
| "localized_name": "seed", | |
| "name": "seed", | |
| "type": "INT", | |
| "widget": { | |
| "name": "seed" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "steps", | |
| "name": "steps", | |
| "type": "INT", | |
| "widget": { | |
| "name": "steps" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "cfg", | |
| "name": "cfg", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "cfg" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "sampler_name", | |
| "name": "sampler_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "sampler_name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "scheduler", | |
| "name": "scheduler", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "scheduler" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "denoise", | |
| "name": "denoise", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "denoise" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 60 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "KSampler" | |
| }, | |
| "widgets_values": [ | |
| 2024, | |
| "fixed", | |
| 30, | |
| 4, | |
| "er_sde", | |
| "simple", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 42, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 1900, | |
| 1330 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 42, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "samples", | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 60 | |
| }, | |
| { | |
| "localized_name": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 61 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 62 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEDecode" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 43, | |
| "type": "SaveImage", | |
| "pos": [ | |
| 2080, | |
| 1330 | |
| ], | |
| "size": [ | |
| 300, | |
| 270 | |
| ], | |
| "flags": {}, | |
| "order": 43, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "images", | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 62 | |
| }, | |
| { | |
| "localized_name": "filename_prefix", | |
| "name": "filename_prefix", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "filename_prefix" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "Node name for S&R": "SaveImage" | |
| }, | |
| "widgets_values": [ | |
| "cmp_bodyOnly" | |
| ] | |
| }, | |
| { | |
| "id": 44, | |
| "type": "SaveImage", | |
| "pos": [ | |
| 2080, | |
| 1530 | |
| ], | |
| "size": [ | |
| 300, | |
| 270 | |
| ], | |
| "flags": {}, | |
| "order": 44, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "images", | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 63 | |
| }, | |
| { | |
| "localized_name": "filename_prefix", | |
| "name": "filename_prefix", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "filename_prefix" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "Node name for S&R": "SaveImage" | |
| }, | |
| "widgets_values": [ | |
| "cmp_bodyOnly_skel" | |
| ] | |
| }, | |
| { | |
| "id": 45, | |
| "type": "LoadImage", | |
| "pos": [ | |
| 520, | |
| 1760 | |
| ], | |
| "size": [ | |
| 300, | |
| 314 | |
| ], | |
| "flags": {}, | |
| "order": 45, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "image", | |
| "name": "image", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "image" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "choose file to upload", | |
| "name": "upload", | |
| "type": "IMAGEUPLOAD", | |
| "widget": { | |
| "name": "upload" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 64 | |
| ] | |
| }, | |
| { | |
| "localized_name": "MASK", | |
| "name": "MASK", | |
| "type": "MASK", | |
| "slot_index": 1, | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LoadImage" | |
| }, | |
| "widgets_values": [ | |
| "cmp_R1_skel.png", | |
| "image" | |
| ] | |
| }, | |
| { | |
| "id": 46, | |
| "type": "ImageScale", | |
| "pos": [ | |
| 800, | |
| 1760 | |
| ], | |
| "size": [ | |
| 300, | |
| 130 | |
| ], | |
| "flags": {}, | |
| "order": 46, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "image", | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 64 | |
| }, | |
| { | |
| "localized_name": "upscale_method", | |
| "name": "upscale_method", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "upscale_method" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "width", | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "height", | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "crop", | |
| "name": "crop", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "crop" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 65 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ImageScale" | |
| }, | |
| "widgets_values": [ | |
| "nearest-exact", | |
| 768, | |
| 768, | |
| "disabled" | |
| ] | |
| }, | |
| { | |
| "id": 47, | |
| "type": "VAEEncode", | |
| "pos": [ | |
| 1060, | |
| 1760 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 47, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "pixels", | |
| "name": "pixels", | |
| "type": "IMAGE", | |
| "link": 65 | |
| }, | |
| { | |
| "localized_name": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 66 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 68 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEEncode" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 48, | |
| "type": "AnimaControlApply", | |
| "pos": [ | |
| 1240, | |
| 1760 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 48, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 67 | |
| }, | |
| { | |
| "localized_name": "control_latent", | |
| "name": "control_latent", | |
| "type": "LATENT", | |
| "link": 68 | |
| }, | |
| { | |
| "localized_name": "control_embedder_path", | |
| "name": "control_embedder_path", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "control_embedder_path" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "strength", | |
| "name": "strength", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "strength" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "MODEL", | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 69 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "AnimaControlApply" | |
| }, | |
| "widgets_values": [ | |
| "anima_pose_preview2.safetensors", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 49, | |
| "type": "CFGZeroStar", | |
| "pos": [ | |
| 1480, | |
| 1760 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 49, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 69 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "patched_model", | |
| "name": "patched_model", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 70 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CFGZeroStar" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 50, | |
| "type": "KSampler", | |
| "pos": [ | |
| 1640, | |
| 1760 | |
| ], | |
| "size": [ | |
| 300, | |
| 262 | |
| ], | |
| "flags": {}, | |
| "order": 50, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 70 | |
| }, | |
| { | |
| "localized_name": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 71 | |
| }, | |
| { | |
| "localized_name": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 72 | |
| }, | |
| { | |
| "localized_name": "latent_image", | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 73 | |
| }, | |
| { | |
| "localized_name": "seed", | |
| "name": "seed", | |
| "type": "INT", | |
| "widget": { | |
| "name": "seed" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "steps", | |
| "name": "steps", | |
| "type": "INT", | |
| "widget": { | |
| "name": "steps" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "cfg", | |
| "name": "cfg", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "cfg" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "sampler_name", | |
| "name": "sampler_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "sampler_name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "scheduler", | |
| "name": "scheduler", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "scheduler" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "denoise", | |
| "name": "denoise", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "denoise" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 74 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "KSampler" | |
| }, | |
| "widgets_values": [ | |
| 2024, | |
| "fixed", | |
| 30, | |
| 4, | |
| "er_sde", | |
| "simple", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 51, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 1900, | |
| 1760 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 51, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "samples", | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 74 | |
| }, | |
| { | |
| "localized_name": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 75 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 76 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEDecode" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 52, | |
| "type": "SaveImage", | |
| "pos": [ | |
| 2080, | |
| 1760 | |
| ], | |
| "size": [ | |
| 300, | |
| 270 | |
| ], | |
| "flags": {}, | |
| "order": 52, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "images", | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 76 | |
| }, | |
| { | |
| "localized_name": "filename_prefix", | |
| "name": "filename_prefix", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "filename_prefix" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "Node name for S&R": "SaveImage" | |
| }, | |
| "widgets_values": [ | |
| "cmp_R1" | |
| ] | |
| }, | |
| { | |
| "id": 53, | |
| "type": "LoadImage", | |
| "pos": [ | |
| 520, | |
| 2190 | |
| ], | |
| "size": [ | |
| 300, | |
| 314 | |
| ], | |
| "flags": {}, | |
| "order": 53, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "image", | |
| "name": "image", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "image" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "choose file to upload", | |
| "name": "upload", | |
| "type": "IMAGEUPLOAD", | |
| "widget": { | |
| "name": "upload" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 77 | |
| ] | |
| }, | |
| { | |
| "localized_name": "MASK", | |
| "name": "MASK", | |
| "type": "MASK", | |
| "slot_index": 1, | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LoadImage" | |
| }, | |
| "widgets_values": [ | |
| "cmp_R2_skel.png", | |
| "image" | |
| ] | |
| }, | |
| { | |
| "id": 54, | |
| "type": "ImageScale", | |
| "pos": [ | |
| 800, | |
| 2190 | |
| ], | |
| "size": [ | |
| 300, | |
| 130 | |
| ], | |
| "flags": {}, | |
| "order": 54, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "image", | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 77 | |
| }, | |
| { | |
| "localized_name": "upscale_method", | |
| "name": "upscale_method", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "upscale_method" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "width", | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "height", | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "crop", | |
| "name": "crop", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "crop" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 78 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ImageScale" | |
| }, | |
| "widgets_values": [ | |
| "nearest-exact", | |
| 768, | |
| 768, | |
| "disabled" | |
| ] | |
| }, | |
| { | |
| "id": 55, | |
| "type": "VAEEncode", | |
| "pos": [ | |
| 1060, | |
| 2190 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 55, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "pixels", | |
| "name": "pixels", | |
| "type": "IMAGE", | |
| "link": 78 | |
| }, | |
| { | |
| "localized_name": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 79 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 81 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEEncode" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 56, | |
| "type": "AnimaControlApply", | |
| "pos": [ | |
| 1240, | |
| 2190 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 56, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 80 | |
| }, | |
| { | |
| "localized_name": "control_latent", | |
| "name": "control_latent", | |
| "type": "LATENT", | |
| "link": 81 | |
| }, | |
| { | |
| "localized_name": "control_embedder_path", | |
| "name": "control_embedder_path", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "control_embedder_path" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "strength", | |
| "name": "strength", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "strength" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "MODEL", | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 82 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "AnimaControlApply" | |
| }, | |
| "widgets_values": [ | |
| "anima_pose_preview2.safetensors", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 57, | |
| "type": "CFGZeroStar", | |
| "pos": [ | |
| 1480, | |
| 2190 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 57, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 82 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "patched_model", | |
| "name": "patched_model", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 83 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CFGZeroStar" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 58, | |
| "type": "KSampler", | |
| "pos": [ | |
| 1640, | |
| 2190 | |
| ], | |
| "size": [ | |
| 300, | |
| 262 | |
| ], | |
| "flags": {}, | |
| "order": 58, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 83 | |
| }, | |
| { | |
| "localized_name": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 84 | |
| }, | |
| { | |
| "localized_name": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 85 | |
| }, | |
| { | |
| "localized_name": "latent_image", | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 86 | |
| }, | |
| { | |
| "localized_name": "seed", | |
| "name": "seed", | |
| "type": "INT", | |
| "widget": { | |
| "name": "seed" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "steps", | |
| "name": "steps", | |
| "type": "INT", | |
| "widget": { | |
| "name": "steps" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "cfg", | |
| "name": "cfg", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "cfg" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "sampler_name", | |
| "name": "sampler_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "sampler_name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "scheduler", | |
| "name": "scheduler", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "scheduler" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "denoise", | |
| "name": "denoise", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "denoise" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 87 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "KSampler" | |
| }, | |
| "widgets_values": [ | |
| 2024, | |
| "fixed", | |
| 30, | |
| 4, | |
| "er_sde", | |
| "simple", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 59, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 1900, | |
| 2190 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 59, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "samples", | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 87 | |
| }, | |
| { | |
| "localized_name": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 88 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 89 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEDecode" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 60, | |
| "type": "SaveImage", | |
| "pos": [ | |
| 2080, | |
| 2190 | |
| ], | |
| "size": [ | |
| 300, | |
| 270 | |
| ], | |
| "flags": {}, | |
| "order": 60, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "images", | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 89 | |
| }, | |
| { | |
| "localized_name": "filename_prefix", | |
| "name": "filename_prefix", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "filename_prefix" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "Node name for S&R": "SaveImage" | |
| }, | |
| "widgets_values": [ | |
| "cmp_R2" | |
| ] | |
| }, | |
| { | |
| "id": 61, | |
| "type": "LoadImage", | |
| "pos": [ | |
| 520, | |
| 2620 | |
| ], | |
| "size": [ | |
| 300, | |
| 314 | |
| ], | |
| "flags": {}, | |
| "order": 61, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "image", | |
| "name": "image", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "image" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "choose file to upload", | |
| "name": "upload", | |
| "type": "IMAGEUPLOAD", | |
| "widget": { | |
| "name": "upload" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 90 | |
| ] | |
| }, | |
| { | |
| "localized_name": "MASK", | |
| "name": "MASK", | |
| "type": "MASK", | |
| "slot_index": 1, | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LoadImage" | |
| }, | |
| "widgets_values": [ | |
| "cmp_HM_skel.png", | |
| "image" | |
| ] | |
| }, | |
| { | |
| "id": 62, | |
| "type": "ImageScale", | |
| "pos": [ | |
| 800, | |
| 2620 | |
| ], | |
| "size": [ | |
| 300, | |
| 130 | |
| ], | |
| "flags": {}, | |
| "order": 62, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "image", | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 90 | |
| }, | |
| { | |
| "localized_name": "upscale_method", | |
| "name": "upscale_method", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "upscale_method" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "width", | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "height", | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "crop", | |
| "name": "crop", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "crop" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 91 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ImageScale" | |
| }, | |
| "widgets_values": [ | |
| "nearest-exact", | |
| 768, | |
| 768, | |
| "disabled" | |
| ] | |
| }, | |
| { | |
| "id": 63, | |
| "type": "VAEEncode", | |
| "pos": [ | |
| 1060, | |
| 2620 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 63, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "pixels", | |
| "name": "pixels", | |
| "type": "IMAGE", | |
| "link": 91 | |
| }, | |
| { | |
| "localized_name": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 92 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 94 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEEncode" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 64, | |
| "type": "AnimaControlApply", | |
| "pos": [ | |
| 1240, | |
| 2620 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 64, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 93 | |
| }, | |
| { | |
| "localized_name": "control_latent", | |
| "name": "control_latent", | |
| "type": "LATENT", | |
| "link": 94 | |
| }, | |
| { | |
| "localized_name": "control_embedder_path", | |
| "name": "control_embedder_path", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "control_embedder_path" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "strength", | |
| "name": "strength", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "strength" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "MODEL", | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 95 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "AnimaControlApply" | |
| }, | |
| "widgets_values": [ | |
| "anima_pose_preview2.safetensors", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 65, | |
| "type": "CFGZeroStar", | |
| "pos": [ | |
| 1480, | |
| 2620 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 65, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 95 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "patched_model", | |
| "name": "patched_model", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 96 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CFGZeroStar" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 66, | |
| "type": "KSampler", | |
| "pos": [ | |
| 1640, | |
| 2620 | |
| ], | |
| "size": [ | |
| 300, | |
| 262 | |
| ], | |
| "flags": {}, | |
| "order": 66, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 96 | |
| }, | |
| { | |
| "localized_name": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 97 | |
| }, | |
| { | |
| "localized_name": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 98 | |
| }, | |
| { | |
| "localized_name": "latent_image", | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 99 | |
| }, | |
| { | |
| "localized_name": "seed", | |
| "name": "seed", | |
| "type": "INT", | |
| "widget": { | |
| "name": "seed" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "steps", | |
| "name": "steps", | |
| "type": "INT", | |
| "widget": { | |
| "name": "steps" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "cfg", | |
| "name": "cfg", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "cfg" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "sampler_name", | |
| "name": "sampler_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "sampler_name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "scheduler", | |
| "name": "scheduler", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "scheduler" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "denoise", | |
| "name": "denoise", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "denoise" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 100 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "KSampler" | |
| }, | |
| "widgets_values": [ | |
| 2024, | |
| "fixed", | |
| 30, | |
| 4, | |
| "er_sde", | |
| "simple", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 67, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 1900, | |
| 2620 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 67, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "samples", | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 100 | |
| }, | |
| { | |
| "localized_name": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 101 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 102 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEDecode" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 68, | |
| "type": "SaveImage", | |
| "pos": [ | |
| 2080, | |
| 2620 | |
| ], | |
| "size": [ | |
| 300, | |
| 270 | |
| ], | |
| "flags": {}, | |
| "order": 68, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "images", | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 102 | |
| }, | |
| { | |
| "localized_name": "filename_prefix", | |
| "name": "filename_prefix", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "filename_prefix" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "Node name for S&R": "SaveImage" | |
| }, | |
| "widgets_values": [ | |
| "cmp_HM" | |
| ] | |
| }, | |
| { | |
| "id": 69, | |
| "type": "CFGZeroStar", | |
| "pos": [ | |
| 1480, | |
| 3050 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 69, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 103 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "patched_model", | |
| "name": "patched_model", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 104 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CFGZeroStar" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 70, | |
| "type": "KSampler", | |
| "pos": [ | |
| 1640, | |
| 3050 | |
| ], | |
| "size": [ | |
| 300, | |
| 262 | |
| ], | |
| "flags": {}, | |
| "order": 70, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 104 | |
| }, | |
| { | |
| "localized_name": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 105 | |
| }, | |
| { | |
| "localized_name": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 106 | |
| }, | |
| { | |
| "localized_name": "latent_image", | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 107 | |
| }, | |
| { | |
| "localized_name": "seed", | |
| "name": "seed", | |
| "type": "INT", | |
| "widget": { | |
| "name": "seed" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "steps", | |
| "name": "steps", | |
| "type": "INT", | |
| "widget": { | |
| "name": "steps" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "cfg", | |
| "name": "cfg", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "cfg" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "sampler_name", | |
| "name": "sampler_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "sampler_name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "scheduler", | |
| "name": "scheduler", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "scheduler" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "denoise", | |
| "name": "denoise", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "denoise" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 108 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "KSampler" | |
| }, | |
| "widgets_values": [ | |
| 2024, | |
| "fixed", | |
| 30, | |
| 4, | |
| "er_sde", | |
| "simple", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 71, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 1900, | |
| 3050 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 71, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "samples", | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 108 | |
| }, | |
| { | |
| "localized_name": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 109 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 110 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEDecode" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 72, | |
| "type": "SaveImage", | |
| "pos": [ | |
| 2080, | |
| 3050 | |
| ], | |
| "size": [ | |
| 300, | |
| 270 | |
| ], | |
| "flags": {}, | |
| "order": 72, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "images", | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 110 | |
| }, | |
| { | |
| "localized_name": "filename_prefix", | |
| "name": "filename_prefix", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "filename_prefix" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "Node name for S&R": "SaveImage" | |
| }, | |
| "widgets_values": [ | |
| "cmp_BASE" | |
| ] | |
| }, | |
| { | |
| "id": 73, | |
| "type": "AnimaPoseControl", | |
| "pos": [ | |
| 520, | |
| 3480 | |
| ], | |
| "size": [ | |
| 260, | |
| 180 | |
| ], | |
| "flags": {}, | |
| "order": 73, | |
| "mode": 0, | |
| "properties": { | |
| "Node name for S&R": "AnimaPoseControl" | |
| }, | |
| "widgets_values": [ | |
| "R0_thin", | |
| true, | |
| true, | |
| true, | |
| true, | |
| 768, | |
| "" | |
| ], | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 111 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "skeleton", | |
| "type": "IMAGE", | |
| "links": [ | |
| 112 | |
| ], | |
| "slot_index": 0 | |
| }, | |
| { | |
| "name": "keypoints", | |
| "type": "POSE_KEYPOINT", | |
| "links": [], | |
| "slot_index": 1 | |
| } | |
| ], | |
| "title": "EDIT: detect + style", | |
| "color": "#533", | |
| "bgcolor": "#223" | |
| }, | |
| { | |
| "id": 74, | |
| "type": "ImageScale", | |
| "pos": [ | |
| 840, | |
| 3480 | |
| ], | |
| "size": [ | |
| 300, | |
| 130 | |
| ], | |
| "flags": {}, | |
| "order": 74, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "image", | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 112 | |
| }, | |
| { | |
| "localized_name": "upscale_method", | |
| "name": "upscale_method", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "upscale_method" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "width", | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "height", | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "crop", | |
| "name": "crop", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "crop" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 114 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ImageScale" | |
| }, | |
| "widgets_values": [ | |
| "nearest-exact", | |
| 768, | |
| 768, | |
| "disabled" | |
| ] | |
| }, | |
| { | |
| "id": 75, | |
| "type": "VAEEncode", | |
| "pos": [ | |
| 1040, | |
| 3480 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 75, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "pixels", | |
| "name": "pixels", | |
| "type": "IMAGE", | |
| "link": 114 | |
| }, | |
| { | |
| "localized_name": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 113 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 116 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEEncode" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 76, | |
| "type": "AnimaControlApply", | |
| "pos": [ | |
| 1220, | |
| 3480 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 76, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 115 | |
| }, | |
| { | |
| "localized_name": "control_latent", | |
| "name": "control_latent", | |
| "type": "LATENT", | |
| "link": 116 | |
| }, | |
| { | |
| "localized_name": "control_embedder_path", | |
| "name": "control_embedder_path", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "control_embedder_path" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "strength", | |
| "name": "strength", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "strength" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "MODEL", | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 117 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "AnimaControlApply" | |
| }, | |
| "widgets_values": [ | |
| "anima_pose_preview2.safetensors", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 77, | |
| "type": "CFGZeroStar", | |
| "pos": [ | |
| 1460, | |
| 3480 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 77, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 117 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "patched_model", | |
| "name": "patched_model", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 118 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CFGZeroStar" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 78, | |
| "type": "KSampler", | |
| "pos": [ | |
| 1620, | |
| 3480 | |
| ], | |
| "size": [ | |
| 300, | |
| 262 | |
| ], | |
| "flags": {}, | |
| "order": 78, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 118 | |
| }, | |
| { | |
| "localized_name": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 119 | |
| }, | |
| { | |
| "localized_name": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 120 | |
| }, | |
| { | |
| "localized_name": "latent_image", | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 121 | |
| }, | |
| { | |
| "localized_name": "seed", | |
| "name": "seed", | |
| "type": "INT", | |
| "widget": { | |
| "name": "seed" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "steps", | |
| "name": "steps", | |
| "type": "INT", | |
| "widget": { | |
| "name": "steps" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "cfg", | |
| "name": "cfg", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "cfg" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "sampler_name", | |
| "name": "sampler_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "sampler_name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "scheduler", | |
| "name": "scheduler", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "scheduler" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "localized_name": "denoise", | |
| "name": "denoise", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "denoise" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 122 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "KSampler" | |
| }, | |
| "widgets_values": [ | |
| 2024, | |
| "fixed", | |
| 30, | |
| 4, | |
| "er_sde", | |
| "simple", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 79, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 1880, | |
| 3480 | |
| ], | |
| "size": [ | |
| 300, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 79, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "samples", | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 122 | |
| }, | |
| { | |
| "localized_name": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 123 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 124 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEDecode" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 80, | |
| "type": "SaveImage", | |
| "pos": [ | |
| 2060, | |
| 3480 | |
| ], | |
| "size": [ | |
| 300, | |
| 270 | |
| ], | |
| "flags": {}, | |
| "order": 80, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "images", | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 124 | |
| }, | |
| { | |
| "localized_name": "filename_prefix", | |
| "name": "filename_prefix", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "filename_prefix" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "Node name for S&R": "SaveImage" | |
| }, | |
| "widgets_values": [ | |
| "cmp_EDIT" | |
| ] | |
| } | |
| ], | |
| "links": [ | |
| [ | |
| 1, | |
| 1, | |
| 0, | |
| 4, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 2, | |
| 2, | |
| 0, | |
| 5, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 3, | |
| 2, | |
| 0, | |
| 6, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 4, | |
| 8, | |
| 0, | |
| 9, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 5, | |
| 9, | |
| 0, | |
| 10, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 6, | |
| 10, | |
| 0, | |
| 11, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 7, | |
| 3, | |
| 0, | |
| 11, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 8, | |
| 4, | |
| 0, | |
| 12, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 9, | |
| 11, | |
| 0, | |
| 12, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 10, | |
| 12, | |
| 0, | |
| 13, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 11, | |
| 13, | |
| 0, | |
| 14, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 12, | |
| 5, | |
| 0, | |
| 14, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 13, | |
| 6, | |
| 0, | |
| 14, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 14, | |
| 7, | |
| 0, | |
| 14, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 15, | |
| 14, | |
| 0, | |
| 15, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 16, | |
| 3, | |
| 0, | |
| 15, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 17, | |
| 15, | |
| 0, | |
| 16, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 18, | |
| 9, | |
| 0, | |
| 17, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 19, | |
| 8, | |
| 0, | |
| 18, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 20, | |
| 18, | |
| 0, | |
| 19, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 21, | |
| 19, | |
| 0, | |
| 20, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 22, | |
| 3, | |
| 0, | |
| 20, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 23, | |
| 4, | |
| 0, | |
| 21, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 24, | |
| 20, | |
| 0, | |
| 21, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 25, | |
| 21, | |
| 0, | |
| 22, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 26, | |
| 22, | |
| 0, | |
| 23, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 27, | |
| 5, | |
| 0, | |
| 23, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 28, | |
| 6, | |
| 0, | |
| 23, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 29, | |
| 7, | |
| 0, | |
| 23, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 30, | |
| 23, | |
| 0, | |
| 24, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 31, | |
| 3, | |
| 0, | |
| 24, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 32, | |
| 24, | |
| 0, | |
| 25, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 33, | |
| 18, | |
| 0, | |
| 26, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 34, | |
| 8, | |
| 0, | |
| 27, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 35, | |
| 27, | |
| 0, | |
| 28, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 36, | |
| 28, | |
| 0, | |
| 29, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 37, | |
| 3, | |
| 0, | |
| 29, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 38, | |
| 4, | |
| 0, | |
| 30, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 39, | |
| 29, | |
| 0, | |
| 30, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 40, | |
| 30, | |
| 0, | |
| 31, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 41, | |
| 31, | |
| 0, | |
| 32, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 42, | |
| 5, | |
| 0, | |
| 32, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 43, | |
| 6, | |
| 0, | |
| 32, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 44, | |
| 7, | |
| 0, | |
| 32, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 45, | |
| 32, | |
| 0, | |
| 33, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 46, | |
| 3, | |
| 0, | |
| 33, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 47, | |
| 33, | |
| 0, | |
| 34, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 48, | |
| 27, | |
| 0, | |
| 35, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 49, | |
| 8, | |
| 0, | |
| 36, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 50, | |
| 36, | |
| 0, | |
| 37, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 51, | |
| 37, | |
| 0, | |
| 38, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 52, | |
| 3, | |
| 0, | |
| 38, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 53, | |
| 4, | |
| 0, | |
| 39, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 54, | |
| 38, | |
| 0, | |
| 39, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 55, | |
| 39, | |
| 0, | |
| 40, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 56, | |
| 40, | |
| 0, | |
| 41, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 57, | |
| 5, | |
| 0, | |
| 41, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 58, | |
| 6, | |
| 0, | |
| 41, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 59, | |
| 7, | |
| 0, | |
| 41, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 60, | |
| 41, | |
| 0, | |
| 42, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 61, | |
| 3, | |
| 0, | |
| 42, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 62, | |
| 42, | |
| 0, | |
| 43, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 63, | |
| 36, | |
| 0, | |
| 44, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 64, | |
| 45, | |
| 0, | |
| 46, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 65, | |
| 46, | |
| 0, | |
| 47, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 66, | |
| 3, | |
| 0, | |
| 47, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 67, | |
| 4, | |
| 0, | |
| 48, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 68, | |
| 47, | |
| 0, | |
| 48, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 69, | |
| 48, | |
| 0, | |
| 49, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 70, | |
| 49, | |
| 0, | |
| 50, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 71, | |
| 5, | |
| 0, | |
| 50, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 72, | |
| 6, | |
| 0, | |
| 50, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 73, | |
| 7, | |
| 0, | |
| 50, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 74, | |
| 50, | |
| 0, | |
| 51, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 75, | |
| 3, | |
| 0, | |
| 51, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 76, | |
| 51, | |
| 0, | |
| 52, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 77, | |
| 53, | |
| 0, | |
| 54, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 78, | |
| 54, | |
| 0, | |
| 55, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 79, | |
| 3, | |
| 0, | |
| 55, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 80, | |
| 4, | |
| 0, | |
| 56, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 81, | |
| 55, | |
| 0, | |
| 56, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 82, | |
| 56, | |
| 0, | |
| 57, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 83, | |
| 57, | |
| 0, | |
| 58, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 84, | |
| 5, | |
| 0, | |
| 58, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 85, | |
| 6, | |
| 0, | |
| 58, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 86, | |
| 7, | |
| 0, | |
| 58, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 87, | |
| 58, | |
| 0, | |
| 59, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 88, | |
| 3, | |
| 0, | |
| 59, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 89, | |
| 59, | |
| 0, | |
| 60, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 90, | |
| 61, | |
| 0, | |
| 62, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 91, | |
| 62, | |
| 0, | |
| 63, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 92, | |
| 3, | |
| 0, | |
| 63, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 93, | |
| 4, | |
| 0, | |
| 64, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 94, | |
| 63, | |
| 0, | |
| 64, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 95, | |
| 64, | |
| 0, | |
| 65, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 96, | |
| 65, | |
| 0, | |
| 66, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 97, | |
| 5, | |
| 0, | |
| 66, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 98, | |
| 6, | |
| 0, | |
| 66, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 99, | |
| 7, | |
| 0, | |
| 66, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 100, | |
| 66, | |
| 0, | |
| 67, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 101, | |
| 3, | |
| 0, | |
| 67, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 102, | |
| 67, | |
| 0, | |
| 68, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 103, | |
| 1, | |
| 0, | |
| 69, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 104, | |
| 69, | |
| 0, | |
| 70, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 105, | |
| 5, | |
| 0, | |
| 70, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 106, | |
| 6, | |
| 0, | |
| 70, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 107, | |
| 7, | |
| 0, | |
| 70, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 108, | |
| 70, | |
| 0, | |
| 71, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 109, | |
| 3, | |
| 0, | |
| 71, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 110, | |
| 71, | |
| 0, | |
| 72, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 111, | |
| 8, | |
| 0, | |
| 73, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 112, | |
| 73, | |
| 0, | |
| 74, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 113, | |
| 3, | |
| 0, | |
| 75, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 114, | |
| 74, | |
| 0, | |
| 75, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 115, | |
| 4, | |
| 0, | |
| 76, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 116, | |
| 75, | |
| 0, | |
| 76, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 117, | |
| 76, | |
| 0, | |
| 77, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 118, | |
| 77, | |
| 0, | |
| 78, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 119, | |
| 5, | |
| 0, | |
| 78, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 120, | |
| 6, | |
| 0, | |
| 78, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 121, | |
| 7, | |
| 0, | |
| 78, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 122, | |
| 78, | |
| 0, | |
| 79, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 123, | |
| 3, | |
| 0, | |
| 79, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 124, | |
| 79, | |
| 0, | |
| 80, | |
| 0, | |
| "IMAGE" | |
| ] | |
| ], | |
| "groups": [ | |
| { | |
| "id": 1, | |
| "title": "POSE EDIT (AnimaPoseControl: detect+drag+style, redetect off to edit)", | |
| "bounding": [ | |
| 500, | |
| 3430, | |
| 300, | |
| 320 | |
| ], | |
| "color": "#3f5159", | |
| "font_size": 20, | |
| "flags": {} | |
| } | |
| ], | |
| "config": {}, | |
| "extra": { | |
| "ds": { | |
| "scale": 1.2284597357367357, | |
| "offset": [ | |
| -896.6673282988922, | |
| -2098.6519356376084 | |
| ] | |
| } | |
| }, | |
| "version": 0.4 | |
| } |