Instructions to use ChenkinLab/Chenkin-UniControl-XL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ChenkinLab/Chenkin-UniControl-XL with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("ChenkinLab/Chenkin-UniControl-XL") pipe = StableDiffusionControlNetPipeline.from_pretrained( "ChenkinNoob/ChenkinNoob-XL-V0.5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
| { | |
| "id": "83ef9d34-bfde-4838-bc90-18846fa6b630", | |
| "revision": 0, | |
| "last_node_id": 27, | |
| "last_link_id": 43, | |
| "nodes": [ | |
| { | |
| "id": 22, | |
| "type": "HEDPreprocessor", | |
| "pos": [ | |
| -577.0872306851273, | |
| 1024.4009764839614 | |
| ], | |
| "size": [ | |
| 225, | |
| 95.20833333333334 | |
| ], | |
| "flags": {}, | |
| "order": 8, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "image", | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 34 | |
| }, | |
| { | |
| "label": "safe", | |
| "name": "safe", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "safe" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "label": "resolution", | |
| "name": "resolution", | |
| "shape": 7, | |
| "type": "INT", | |
| "widget": { | |
| "name": "resolution" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "label": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 30 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui_controlnet_aux", | |
| "ver": "1.1.3", | |
| "Node name for S&R": "HEDPreprocessor", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "enable", | |
| 576 | |
| ] | |
| }, | |
| { | |
| "id": 20, | |
| "type": "DepthAnythingV2Preprocessor", | |
| "pos": [ | |
| -588.8901667243526, | |
| 828.5579374699851 | |
| ], | |
| "size": [ | |
| 242.34375, | |
| 95.20833333333334 | |
| ], | |
| "flags": {}, | |
| "order": 7, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "image", | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 33 | |
| }, | |
| { | |
| "label": "ckpt_name", | |
| "name": "ckpt_name", | |
| "shape": 7, | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "ckpt_name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "label": "resolution", | |
| "name": "resolution", | |
| "shape": 7, | |
| "type": "INT", | |
| "widget": { | |
| "name": "resolution" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "label": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 29 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui_controlnet_aux", | |
| "ver": "1.1.3", | |
| "Node name for S&R": "DepthAnythingV2Preprocessor", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "depth_anything_v2_vitl.pth", | |
| 576 | |
| ] | |
| }, | |
| { | |
| "id": 24, | |
| "type": "ImageBlend", | |
| "pos": [ | |
| -273.57408494802564, | |
| 864.1083434669936 | |
| ], | |
| "size": [ | |
| 225, | |
| 115.20833333333334 | |
| ], | |
| "flags": {}, | |
| "order": 10, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "image1", | |
| "name": "image1", | |
| "type": "IMAGE", | |
| "link": 29 | |
| }, | |
| { | |
| "label": "image2", | |
| "name": "image2", | |
| "type": "IMAGE", | |
| "link": 30 | |
| }, | |
| { | |
| "label": "blend_factor", | |
| "name": "blend_factor", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "blend_factor" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "label": "blend_mode", | |
| "name": "blend_mode", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "blend_mode" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "label": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 31, | |
| 40 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.9.2", | |
| "Node name for S&R": "ImageBlend", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| 0.5, | |
| "screen" | |
| ] | |
| }, | |
| { | |
| "id": 25, | |
| "type": "PreviewImage", | |
| "pos": [ | |
| 0.22585247954612697, | |
| 842.0444187222234 | |
| ], | |
| "size": [ | |
| 187.5, | |
| 246 | |
| ], | |
| "flags": {}, | |
| "order": 11, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "images", | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 31 | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.9.2", | |
| "Node name for S&R": "PreviewImage", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 18, | |
| "type": "ImageScaleBy", | |
| "pos": [ | |
| -796.693596867887, | |
| 949.3183215530327 | |
| ], | |
| "size": [ | |
| 225, | |
| 95.20833333333334 | |
| ], | |
| "flags": {}, | |
| "order": 5, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "image", | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 21 | |
| }, | |
| { | |
| "label": "upscale_method", | |
| "name": "upscale_method", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "upscale_method" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "label": "scale_by", | |
| "name": "scale_by", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "scale_by" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "label": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 33, | |
| 34 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.9.2", | |
| "Node name for S&R": "ImageScaleBy", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "nearest-exact", | |
| 0.5 | |
| ] | |
| }, | |
| { | |
| "id": 26, | |
| "type": "ControlNetApplyAdvanced", | |
| "pos": [ | |
| 715.8318056131731, | |
| 518.665795538714 | |
| ], | |
| "size": [ | |
| 236.19791666666669, | |
| 199.66145833333334 | |
| ], | |
| "flags": {}, | |
| "order": 12, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 36 | |
| }, | |
| { | |
| "label": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 37 | |
| }, | |
| { | |
| "label": "control_net", | |
| "name": "control_net", | |
| "type": "CONTROL_NET", | |
| "link": 35 | |
| }, | |
| { | |
| "label": "image", | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 40 | |
| }, | |
| { | |
| "label": "vae", | |
| "name": "vae", | |
| "shape": 7, | |
| "type": "VAE", | |
| "link": 41 | |
| }, | |
| { | |
| "label": "strength", | |
| "name": "strength", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "strength" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "label": "start_percent", | |
| "name": "start_percent", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "start_percent" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "label": "end_percent", | |
| "name": "end_percent", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "end_percent" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "label": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 38 | |
| ] | |
| }, | |
| { | |
| "label": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 39 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.9.2", | |
| "Node name for S&R": "ControlNetApplyAdvanced", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| 0.6, | |
| 0, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 6, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 229.6848206023899, | |
| 321.98985119257793 | |
| ], | |
| "size": [ | |
| 422.8125, | |
| 103.64583333333334 | |
| ], | |
| "flags": {}, | |
| "order": 9, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "clip", | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 3 | |
| }, | |
| { | |
| "label": "text", | |
| "name": "text", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "text" | |
| }, | |
| "link": 43 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "label": "CONDITIONING", | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "slot_index": 0, | |
| "links": [ | |
| 36 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.9.2", | |
| "Node name for S&R": "CLIPTextEncode", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "masterpiece,best quailty, 1girl, long hair,white background" | |
| ] | |
| }, | |
| { | |
| "id": 7, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 233.67890309598107, | |
| 513.8049154749823 | |
| ], | |
| "size": [ | |
| 425.2604166666667, | |
| 105.57291666666667 | |
| ], | |
| "flags": {}, | |
| "order": 4, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "clip", | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 5 | |
| }, | |
| { | |
| "label": "text", | |
| "name": "text", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "text" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "label": "CONDITIONING", | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "slot_index": 0, | |
| "links": [ | |
| 37 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.9.2", | |
| "Node name for S&R": "CLIPTextEncode", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "worst quality, normal quality, old, early, low quality, lowres, text, word, text, watermark, low resolution, e621, furry, weibo watermark, too short pants, chibi, shortstack, short, big head, large head, deformed, disproportionate, color mixing, mismatched colors, nsfw, nude, naked, nipple, pussy, penis, sex, hentai, ecchi, underwear, panties, bra, from above, from behind, from side, bird eye view, high angle, dutch angle, tilted, back view, profile, looking back, turned away, upper body, close-up, portrait, headshot, cowboy shot, cropped, feet out of frame, head out of frame" | |
| ] | |
| }, | |
| { | |
| "id": 27, | |
| "type": "WD14Tagger|pysssss", | |
| "pos": [ | |
| 338.34325397611167, | |
| 721.0769243866005 | |
| ], | |
| "size": [ | |
| 276.810546875, | |
| 220 | |
| ], | |
| "flags": {}, | |
| "order": 6, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "image", | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 42 | |
| }, | |
| { | |
| "label": "model", | |
| "name": "model", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "model" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "label": "threshold", | |
| "name": "threshold", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "threshold" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "label": "character_threshold", | |
| "name": "character_threshold", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "character_threshold" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "label": "replace_underscore", | |
| "name": "replace_underscore", | |
| "type": "BOOLEAN", | |
| "widget": { | |
| "name": "replace_underscore" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "label": "trailing_comma", | |
| "name": "trailing_comma", | |
| "type": "BOOLEAN", | |
| "widget": { | |
| "name": "trailing_comma" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "label": "exclude_tags", | |
| "name": "exclude_tags", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "exclude_tags" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "label": "STRING", | |
| "name": "STRING", | |
| "shape": 6, | |
| "type": "STRING", | |
| "links": [ | |
| 43 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-wd14-tagger", | |
| "ver": "9e0a6e700299182fc05c58b62e7ad9f72182a78b", | |
| "Node name for S&R": "WD14Tagger|pysssss", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "wd-eva02-large-tagger-v3", | |
| 0.35, | |
| 0.85, | |
| true, | |
| true, | |
| "" | |
| ] | |
| }, | |
| { | |
| "id": 5, | |
| "type": "EmptyLatentImage", | |
| "pos": [ | |
| 647.5479771850306, | |
| 790.6819977924872 | |
| ], | |
| "size": [ | |
| 315, | |
| 119.66145833333334 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "width", | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "label": "height", | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "label": "batch_size", | |
| "name": "batch_size", | |
| "type": "INT", | |
| "widget": { | |
| "name": "batch_size" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "label": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 2 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.9.2", | |
| "Node name for S&R": "EmptyLatentImage", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| 832, | |
| 1216, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 12, | |
| "type": "ACN_ControlNet++LoaderSingle", | |
| "pos": [ | |
| -309.4688604340886, | |
| 580.4890640517959 | |
| ], | |
| "size": [ | |
| 331.753515625, | |
| 97.43489583333334 | |
| ], | |
| "flags": {}, | |
| "order": 1, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "name", | |
| "name": "name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "label": "control_type", | |
| "name": "control_type", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "control_type" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "label": "CONTROL_NET", | |
| "name": "CONTROL_NET", | |
| "type": "CONTROL_NET", | |
| "links": [ | |
| 35 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "aux_id": "chinoll/ComfyUI-Advanced-ControlNet", | |
| "ver": "8850dc2cabe9d833a22b6678dca27a6a282eb68b", | |
| "Node name for S&R": "ACN_ControlNet++LoaderSingle", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "CKN-controlnet0.2.safetensors", | |
| "fuse(实验性功能)" | |
| ] | |
| }, | |
| { | |
| "id": 4, | |
| "type": "CheckpointLoaderSimple", | |
| "pos": [ | |
| -287.1161966698473, | |
| 368.0395073042062 | |
| ], | |
| "size": [ | |
| 315, | |
| 108.54166666666667 | |
| ], | |
| "flags": {}, | |
| "order": 2, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "ckpt_name", | |
| "name": "ckpt_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "ckpt_name" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "label": "MODEL", | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 1 | |
| ] | |
| }, | |
| { | |
| "label": "CLIP", | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "slot_index": 1, | |
| "links": [ | |
| 3, | |
| 5 | |
| ] | |
| }, | |
| { | |
| "label": "VAE", | |
| "name": "VAE", | |
| "type": "VAE", | |
| "slot_index": 2, | |
| "links": [ | |
| 8, | |
| 41 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.9.2", | |
| "Node name for S&R": "CheckpointLoaderSimple", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "chenkinnoob-0.42.safetensors" | |
| ] | |
| }, | |
| { | |
| "id": 8, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 817.1091358817276, | |
| 324.35644275339945 | |
| ], | |
| "size": [ | |
| 210, | |
| 59.661458333333336 | |
| ], | |
| "flags": {}, | |
| "order": 14, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "samples", | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 7 | |
| }, | |
| { | |
| "label": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 8 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "label": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 9 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.9.2", | |
| "Node name for S&R": "VAEDecode", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 3, | |
| "type": "KSampler", | |
| "pos": [ | |
| 1004.032367632786, | |
| 448.7986622306407 | |
| ], | |
| "size": [ | |
| 315, | |
| 707.1538461538462 | |
| ], | |
| "flags": {}, | |
| "order": 13, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 1 | |
| }, | |
| { | |
| "label": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 38 | |
| }, | |
| { | |
| "label": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 39 | |
| }, | |
| { | |
| "label": "latent_image", | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 2 | |
| }, | |
| { | |
| "label": "seed", | |
| "name": "seed", | |
| "type": "INT", | |
| "widget": { | |
| "name": "seed" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "label": "steps", | |
| "name": "steps", | |
| "type": "INT", | |
| "widget": { | |
| "name": "steps" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "label": "cfg", | |
| "name": "cfg", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "cfg" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "label": "sampler_name", | |
| "name": "sampler_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "sampler_name" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "label": "scheduler", | |
| "name": "scheduler", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "scheduler" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "label": "denoise", | |
| "name": "denoise", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "denoise" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "label": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 7 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.9.2", | |
| "Node name for S&R": "KSampler", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| 638127134735198, | |
| "randomize", | |
| 30, | |
| 5, | |
| "euler", | |
| "simple", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 9, | |
| "type": "SaveImage", | |
| "pos": [ | |
| 1397.9356992437629, | |
| 498.3666144121435 | |
| ], | |
| "size": [ | |
| 325.07567522069235, | |
| 615.0936527588759 | |
| ], | |
| "flags": {}, | |
| "order": 15, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "images", | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 9 | |
| }, | |
| { | |
| "label": "filename_prefix", | |
| "name": "filename_prefix", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "filename_prefix" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.9.2", | |
| "Node name for S&R": "SaveImage", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "ComfyUI" | |
| ] | |
| }, | |
| { | |
| "id": 14, | |
| "type": "LoadImage", | |
| "pos": [ | |
| -1428.769084111459, | |
| 693.0810180918105 | |
| ], | |
| "size": [ | |
| 360.53719008264466, | |
| 598.8484512202996 | |
| ], | |
| "flags": {}, | |
| "order": 3, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "image", | |
| "name": "image", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "image" | |
| }, | |
| "link": null | |
| }, | |
| { | |
| "label": "upload", | |
| "name": "upload", | |
| "type": "IMAGEUPLOAD", | |
| "widget": { | |
| "name": "upload" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "label": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 21, | |
| 42 | |
| ] | |
| }, | |
| { | |
| "label": "MASK", | |
| "name": "MASK", | |
| "type": "MASK", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.9.2", | |
| "Node name for S&R": "LoadImage", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "#sdppp_variant": "default", | |
| "#sdppp_simple_content": "canvas", | |
| "#sdppp_simple_mask": "canvas", | |
| "#sdppp_simple_boundary": "canvas", | |
| "#sdppp_label": "" | |
| }, | |
| "widgets_values": [ | |
| "1983d06fc0a74e82147cf4a6cda49a2c574bf3f512864-SlNNIv_fw1200webp.webp", | |
| "image" | |
| ] | |
| } | |
| ], | |
| "links": [ | |
| [ | |
| 1, | |
| 4, | |
| 0, | |
| 3, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 2, | |
| 5, | |
| 0, | |
| 3, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 3, | |
| 4, | |
| 1, | |
| 6, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 5, | |
| 4, | |
| 1, | |
| 7, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 7, | |
| 3, | |
| 0, | |
| 8, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 8, | |
| 4, | |
| 2, | |
| 8, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 9, | |
| 8, | |
| 0, | |
| 9, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 21, | |
| 14, | |
| 0, | |
| 18, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 29, | |
| 20, | |
| 0, | |
| 24, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 30, | |
| 22, | |
| 0, | |
| 24, | |
| 1, | |
| "IMAGE" | |
| ], | |
| [ | |
| 31, | |
| 24, | |
| 0, | |
| 25, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 33, | |
| 18, | |
| 0, | |
| 20, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 34, | |
| 18, | |
| 0, | |
| 22, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 35, | |
| 12, | |
| 0, | |
| 26, | |
| 2, | |
| "CONTROL_NET" | |
| ], | |
| [ | |
| 36, | |
| 6, | |
| 0, | |
| 26, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 37, | |
| 7, | |
| 0, | |
| 26, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 38, | |
| 26, | |
| 0, | |
| 3, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 39, | |
| 26, | |
| 1, | |
| 3, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 40, | |
| 24, | |
| 0, | |
| 26, | |
| 3, | |
| "IMAGE" | |
| ], | |
| [ | |
| 41, | |
| 4, | |
| 2, | |
| 26, | |
| 4, | |
| "VAE" | |
| ], | |
| [ | |
| 42, | |
| 14, | |
| 0, | |
| 27, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 43, | |
| 27, | |
| 0, | |
| 6, | |
| 1, | |
| "STRING" | |
| ] | |
| ], | |
| "groups": [], | |
| "config": {}, | |
| "extra": { | |
| "ds": { | |
| "scale": 0.4240976183724854, | |
| "offset": [ | |
| 3294.865625460731, | |
| 1092.5504359959589 | |
| ] | |
| }, | |
| "workflowRendererVersion": "Vue-corrected", | |
| "frontendVersion": "1.42.8", | |
| "VHS_latentpreview": true, | |
| "VHS_latentpreviewrate": 0, | |
| "VHS_MetadataImage": true, | |
| "VHS_KeepIntermediate": true, | |
| "ue_links": [], | |
| "links_added_by_ue": [] | |
| }, | |
| "version": 0.4 | |
| } |