Instructions to use CabalResearch/Anima-Canny-Scribble-Adjustable-Control-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use CabalResearch/Anima-Canny-Scribble-Adjustable-Control-LoRA with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("CabalResearch/Anima-Canny-Scribble-Adjustable-Control-LoRA", 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
| { | |
| "id": "d6fd042e-91ff-426c-b174-404f5152312b", | |
| "revision": 0, | |
| "last_node_id": 28, | |
| "last_link_id": 49, | |
| "nodes": [ | |
| { | |
| "id": 11, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 4094.874194383518, | |
| 1620.3249806641625 | |
| ], | |
| "size": [ | |
| 140, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 23, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 13 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 14 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 15 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.40", | |
| "Node name for S&R": "VAEDecode" | |
| }, | |
| "widgets_values": [], | |
| "shape": "box" | |
| }, | |
| { | |
| "id": 7, | |
| "type": "VAEEncode", | |
| "pos": [ | |
| 3307.14814657779, | |
| 1360.4776684596443 | |
| ], | |
| "size": [ | |
| 140, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 18, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "pixels", | |
| "type": "IMAGE", | |
| "link": 6 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 7 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 8 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.14.1", | |
| "Node name for S&R": "VAEEncode" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 21, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 3745.8199284516822, | |
| 1627.149099113415 | |
| ], | |
| "size": [ | |
| 275.5750030517578, | |
| 88 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 17, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 22 | |
| }, | |
| { | |
| "name": "text", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "text" | |
| }, | |
| "link": 19 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 24 | |
| ] | |
| } | |
| ], | |
| "title": "CLIP Text Encode (Positive Prompt)", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.65", | |
| "Node name for S&R": "CLIPTextEncode" | |
| }, | |
| "widgets_values": [ | |
| "" | |
| ], | |
| "shape": "box" | |
| }, | |
| { | |
| "id": 22, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 3742.1897409705257, | |
| 1673.38966133854 | |
| ], | |
| "size": [ | |
| 282.7000030517578, | |
| 88 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 16, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 21 | |
| }, | |
| { | |
| "name": "text", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "text" | |
| }, | |
| "link": 20 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 25 | |
| ] | |
| } | |
| ], | |
| "title": "CLIP Text Encode (Negative Prompt)", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.65", | |
| "Node name for S&R": "CLIPTextEncode" | |
| }, | |
| "widgets_values": [ | |
| "" | |
| ], | |
| "shape": "box" | |
| }, | |
| { | |
| "id": 17, | |
| "type": "EmptyLatentImage", | |
| "pos": [ | |
| 3748.574087754457, | |
| 1309.9765940234884 | |
| ], | |
| "size": [ | |
| 270, | |
| 106 | |
| ], | |
| "flags": {}, | |
| "order": 8, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": 29 | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": 30 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 12 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.40", | |
| "Node name for S&R": "EmptyLatentImage" | |
| }, | |
| "widgets_values": [ | |
| 832, | |
| 1216, | |
| 1 | |
| ], | |
| "shape": "box" | |
| }, | |
| { | |
| "id": 16, | |
| "type": "VAELoader", | |
| "pos": [ | |
| 3337.6216745254214, | |
| 2009.4650234046053 | |
| ], | |
| "size": [ | |
| 270, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 7, | |
| 14 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.40", | |
| "Node name for S&R": "VAELoader" | |
| }, | |
| "widgets_values": [ | |
| "Qwen2D VAE.safetensors" | |
| ], | |
| "shape": "box" | |
| }, | |
| { | |
| "id": 15, | |
| "type": "ApplyCosmosReferenceModelPatch", | |
| "pos": [ | |
| 3334.426380636261, | |
| 1922.7390963985258 | |
| ], | |
| "size": [ | |
| 295.42499389648435, | |
| 26 | |
| ], | |
| "flags": {}, | |
| "order": 9, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 16 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 17 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ApplyCosmosReferenceModelPatch" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 13, | |
| "type": "CLIPLoader", | |
| "pos": [ | |
| 3339.068809823545, | |
| 1632.8937830930827 | |
| ], | |
| "size": [ | |
| 270, | |
| 106 | |
| ], | |
| "flags": {}, | |
| "order": 1, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "links": [ | |
| 18 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.11.0", | |
| "Node name for S&R": "CLIPLoader" | |
| }, | |
| "widgets_values": [ | |
| "qwen_3_06b_base.safetensors", | |
| "stable_diffusion", | |
| "default" | |
| ], | |
| "shape": "box" | |
| }, | |
| { | |
| "id": 23, | |
| "type": "PrimitiveInt", | |
| "pos": [ | |
| 3644.2216464260896, | |
| 1735.6797665039132 | |
| ], | |
| "size": [ | |
| 210, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 2, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "links": [ | |
| 30, | |
| 32 | |
| ] | |
| } | |
| ], | |
| "title": "height", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.14.1", | |
| "Node name for S&R": "PrimitiveInt" | |
| }, | |
| "widgets_values": [ | |
| 1216, | |
| "fixed" | |
| ] | |
| }, | |
| { | |
| "id": 24, | |
| "type": "PrimitiveInt", | |
| "pos": [ | |
| 3861.8606284107623, | |
| 1736.1120041673466 | |
| ], | |
| "size": [ | |
| 210, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 3, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "links": [ | |
| 29, | |
| 33 | |
| ] | |
| } | |
| ], | |
| "title": "width", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.14.1", | |
| "Node name for S&R": "PrimitiveInt" | |
| }, | |
| "widgets_values": [ | |
| 832, | |
| "fixed" | |
| ] | |
| }, | |
| { | |
| "id": 18, | |
| "type": "PrimitiveStringMultiline", | |
| "pos": [ | |
| 3784.431839590332, | |
| 2112.5855367819377 | |
| ], | |
| "size": [ | |
| 303.9713860843781, | |
| 88 | |
| ], | |
| "flags": {}, | |
| "order": 4, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "STRING", | |
| "type": "STRING", | |
| "links": [ | |
| 20 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.75", | |
| "Node name for S&R": "PrimitiveStringMultiline" | |
| }, | |
| "widgets_values": [ | |
| "worst quality, low quality, (blurry:1.1), score_1, score_2, score_3, blurry, jpeg artifacts, sepia, bad anatomy, bad hands, extra digits, fewer digits, adversarial noise, watermark, artist logo, monochrome" | |
| ] | |
| }, | |
| { | |
| "id": 14, | |
| "type": "UNETLoader", | |
| "pos": [ | |
| 3321.952381002801, | |
| 1777.8293594060938 | |
| ], | |
| "size": [ | |
| 307.5999755859375, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 5, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 16 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.11.0", | |
| "Node name for S&R": "UNETLoader" | |
| }, | |
| "widgets_values": [ | |
| "anima-preview3-base.safetensors", | |
| "default" | |
| ], | |
| "shape": "box" | |
| }, | |
| { | |
| "id": 8, | |
| "type": "LatentMultiply", | |
| "pos": [ | |
| 3464.226613377546, | |
| 1359.0783352143771 | |
| ], | |
| "size": [ | |
| 270, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 20, | |
| "mode": 4, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 8 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 9 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.14.1", | |
| "Node name for S&R": "LatentMultiply" | |
| }, | |
| "widgets_values": [ | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 6, | |
| "type": "ImageResizeKJv2", | |
| "pos": [ | |
| 3009.37560310852, | |
| 1230.5979805757886 | |
| ], | |
| "size": [ | |
| 270, | |
| 336.00000000000006 | |
| ], | |
| "flags": {}, | |
| "order": 14, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 49 | |
| }, | |
| { | |
| "name": "mask", | |
| "shape": 7, | |
| "type": "MASK", | |
| "link": null | |
| }, | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": 33 | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": 32 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 6, | |
| 34 | |
| ] | |
| }, | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "links": null | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "links": null | |
| }, | |
| { | |
| "name": "mask", | |
| "type": "MASK", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "f37df472dfb325f1f72c90e2df56e72f40f850f0", | |
| "Node name for S&R": "ImageResizeKJv2" | |
| }, | |
| "widgets_values": [ | |
| 512, | |
| 512, | |
| "nearest-exact", | |
| "stretch", | |
| "0,0,0", | |
| "center", | |
| 2, | |
| "cpu" | |
| ] | |
| }, | |
| { | |
| "id": 27, | |
| "type": "PreviewImage", | |
| "pos": [ | |
| 4584.873601878729, | |
| 1710.1875753252273 | |
| ], | |
| "size": [ | |
| 459.4366341575226, | |
| 613.8158464016044 | |
| ], | |
| "flags": {}, | |
| "order": 19, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 34 | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.40", | |
| "Node name for S&R": "PreviewImage" | |
| }, | |
| "widgets_values": [], | |
| "shape": "box" | |
| }, | |
| { | |
| "id": 19, | |
| "type": "PrimitiveStringMultiline", | |
| "pos": [ | |
| 3674.939548050264, | |
| 1874.7156180239508 | |
| ], | |
| "size": [ | |
| 408.85133961637644, | |
| 190.13972461737364 | |
| ], | |
| "flags": {}, | |
| "order": 6, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "STRING", | |
| "type": "STRING", | |
| "links": [ | |
| 19 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.75", | |
| "Node name for S&R": "PrimitiveStringMultiline" | |
| }, | |
| "widgets_values": [ | |
| "masterpiece, best quality, 1girl, echidna \\(re:zero\\), black dress" | |
| ] | |
| }, | |
| { | |
| "id": 20, | |
| "type": "LoraLoader", | |
| "pos": [ | |
| 3415.7559472540506, | |
| 1462.2196009708446 | |
| ], | |
| "size": [ | |
| 291.4, | |
| 126 | |
| ], | |
| "flags": {}, | |
| "order": 13, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 17 | |
| }, | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 18 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 23 | |
| ] | |
| }, | |
| { | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "links": [ | |
| 21, | |
| 22 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.14.1", | |
| "Node name for S&R": "LoraLoader" | |
| }, | |
| "widgets_values": [ | |
| "Anima Scribble+Canny Variable Control LoRA.safetensors", | |
| 1, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 12, | |
| "type": "PreviewImage", | |
| "pos": [ | |
| 4115.154194235517, | |
| 1706.570020162377 | |
| ], | |
| "size": [ | |
| 459.4366341575226, | |
| 613.8158464016044 | |
| ], | |
| "flags": {}, | |
| "order": 24, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 15 | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.40", | |
| "Node name for S&R": "PreviewImage" | |
| }, | |
| "widgets_values": [], | |
| "shape": "box" | |
| }, | |
| { | |
| "id": 10, | |
| "type": "KSampler", | |
| "pos": [ | |
| 4020.26004222087, | |
| 1316.1479676706272 | |
| ], | |
| "size": [ | |
| 297.15631103515625, | |
| 266.5079040527344 | |
| ], | |
| "flags": {}, | |
| "order": 22, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 23 | |
| }, | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 10 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 11 | |
| }, | |
| { | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 12 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 13 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.40", | |
| "Node name for S&R": "KSampler" | |
| }, | |
| "widgets_values": [ | |
| 122667287786868, | |
| "fixed", | |
| 16, | |
| 3.5, | |
| "dpmpp_sde_gpu", | |
| "sgm_uniform", | |
| 1 | |
| ], | |
| "shape": "box" | |
| }, | |
| { | |
| "id": 9, | |
| "type": "CosmosReferenceConditioning", | |
| "pos": [ | |
| 3748.1203204138174, | |
| 1462.6659979006486 | |
| ], | |
| "size": [ | |
| 254.25000610351563, | |
| 122 | |
| ], | |
| "flags": {}, | |
| "order": 21, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 24 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 25 | |
| }, | |
| { | |
| "name": "reference_latent", | |
| "type": "LATENT", | |
| "link": 9 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 10 | |
| ] | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 11 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CosmosReferenceConditioning" | |
| }, | |
| "widgets_values": [ | |
| 1, | |
| "kv_gating" | |
| ] | |
| }, | |
| { | |
| "id": 3, | |
| "type": "Canny", | |
| "pos": [ | |
| 2715.8326184893976, | |
| 1226.0281916110396 | |
| ], | |
| "size": [ | |
| 270, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 10, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 26 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 4, | |
| 49 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.14.1", | |
| "Node name for S&R": "Canny" | |
| }, | |
| "widgets_values": [ | |
| 0.1, | |
| 0.55 | |
| ] | |
| }, | |
| { | |
| "id": 5, | |
| "type": "ImageBlend", | |
| "pos": [ | |
| 3048.3151781058873, | |
| 1043.737136390181 | |
| ], | |
| "size": [ | |
| 270, | |
| 102 | |
| ], | |
| "flags": {}, | |
| "order": 15, | |
| "mode": 4, | |
| "inputs": [ | |
| { | |
| "name": "image1", | |
| "type": "IMAGE", | |
| "link": 36 | |
| }, | |
| { | |
| "name": "image2", | |
| "type": "IMAGE", | |
| "link": 4 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.14.1", | |
| "Node name for S&R": "ImageBlend" | |
| }, | |
| "widgets_values": [ | |
| 0.5, | |
| "normal" | |
| ] | |
| }, | |
| { | |
| "id": 26, | |
| "type": "DepthAnythingV2Preprocessor", | |
| "pos": [ | |
| 2707.1467671886267, | |
| 1083.4074468826277 | |
| ], | |
| "size": [ | |
| 283.1886020412077, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 12, | |
| "mode": 4, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 37 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 36 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui_controlnet_aux", | |
| "ver": "12f35647f0d510e03b45a47fb420fe1245a575df", | |
| "Node name for S&R": "DepthAnythingV2Preprocessor" | |
| }, | |
| "widgets_values": [ | |
| "depth_anything_v2_vitl.pth", | |
| 1024 | |
| ] | |
| }, | |
| { | |
| "id": 4, | |
| "type": "FakeScribblePreprocessor", | |
| "pos": [ | |
| 2696.3373057398076, | |
| 1358.4751171558016 | |
| ], | |
| "size": [ | |
| 296.1999877929687, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 11, | |
| "mode": 4, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 27 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui_controlnet_aux", | |
| "ver": "12f35647f0d510e03b45a47fb420fe1245a575df", | |
| "Node name for S&R": "FakeScribblePreprocessor" | |
| }, | |
| "widgets_values": [ | |
| "enable", | |
| 1024 | |
| ] | |
| }, | |
| { | |
| "id": 1, | |
| "type": "LoadImage", | |
| "pos": [ | |
| 2859.8176397319266, | |
| 1636.4734929268648 | |
| ], | |
| "size": [ | |
| 448.176883281109, | |
| 674.0402216464464 | |
| ], | |
| "flags": {}, | |
| "order": 7, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 26, | |
| 27, | |
| 37 | |
| ] | |
| }, | |
| { | |
| "name": "MASK", | |
| "type": "MASK", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.14.1", | |
| "Node name for S&R": "LoadImage" | |
| }, | |
| "widgets_values": [ | |
| "pasted/image (56).png", | |
| "image" | |
| ] | |
| } | |
| ], | |
| "links": [ | |
| [ | |
| 4, | |
| 3, | |
| 0, | |
| 5, | |
| 1, | |
| "IMAGE" | |
| ], | |
| [ | |
| 6, | |
| 6, | |
| 0, | |
| 7, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 7, | |
| 16, | |
| 0, | |
| 7, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 8, | |
| 7, | |
| 0, | |
| 8, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 9, | |
| 8, | |
| 0, | |
| 9, | |
| 2, | |
| "LATENT" | |
| ], | |
| [ | |
| 10, | |
| 9, | |
| 0, | |
| 10, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 11, | |
| 9, | |
| 1, | |
| 10, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 12, | |
| 17, | |
| 0, | |
| 10, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 13, | |
| 10, | |
| 0, | |
| 11, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 14, | |
| 16, | |
| 0, | |
| 11, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 15, | |
| 11, | |
| 0, | |
| 12, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 16, | |
| 14, | |
| 0, | |
| 15, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 17, | |
| 15, | |
| 0, | |
| 20, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 18, | |
| 13, | |
| 0, | |
| 20, | |
| 1, | |
| "CLIP" | |
| ], | |
| [ | |
| 19, | |
| 19, | |
| 0, | |
| 21, | |
| 1, | |
| "STRING" | |
| ], | |
| [ | |
| 20, | |
| 18, | |
| 0, | |
| 22, | |
| 1, | |
| "STRING" | |
| ], | |
| [ | |
| 21, | |
| 20, | |
| 1, | |
| 22, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 22, | |
| 20, | |
| 1, | |
| 21, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 23, | |
| 20, | |
| 0, | |
| 10, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 24, | |
| 21, | |
| 0, | |
| 9, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 25, | |
| 22, | |
| 0, | |
| 9, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 26, | |
| 1, | |
| 0, | |
| 3, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 27, | |
| 1, | |
| 0, | |
| 4, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 29, | |
| 24, | |
| 0, | |
| 17, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 30, | |
| 23, | |
| 0, | |
| 17, | |
| 1, | |
| "INT" | |
| ], | |
| [ | |
| 32, | |
| 23, | |
| 0, | |
| 6, | |
| 3, | |
| "INT" | |
| ], | |
| [ | |
| 33, | |
| 24, | |
| 0, | |
| 6, | |
| 2, | |
| "INT" | |
| ], | |
| [ | |
| 34, | |
| 6, | |
| 0, | |
| 27, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 36, | |
| 26, | |
| 0, | |
| 5, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 37, | |
| 1, | |
| 0, | |
| 26, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 49, | |
| 3, | |
| 0, | |
| 6, | |
| 0, | |
| "IMAGE" | |
| ] | |
| ], | |
| "groups": [], | |
| "config": {}, | |
| "extra": { | |
| "ds": { | |
| "scale": 0.5730855330117306, | |
| "offset": [ | |
| -1861.649384646424, | |
| -850.0669640714581 | |
| ] | |
| }, | |
| "frontendVersion": "1.39.14", | |
| "VHS_latentpreview": false, | |
| "VHS_latentpreviewrate": 0, | |
| "VHS_MetadataImage": true, | |
| "VHS_KeepIntermediate": true | |
| }, | |
| "version": 0.4 | |
| } |