Instructions to use dx8152/Qwen-Image-Edit-2511-Gaussian-Splash with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dx8152/Qwen-Image-Edit-2511-Gaussian-Splash with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Qwen/Qwen-Image-Edit-2511", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("dx8152/Qwen-Image-Edit-2511-Gaussian-Splash") prompt = "Turn this cat into a dog" input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png") image = pipe(image=input_image, prompt=prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
| { | |
| "last_link_id":297, | |
| "nodes":[ | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"width_int", | |
| "links":[ | |
| ], | |
| "label":"width_int", | |
| "type":"INT", | |
| "localized_name":"width_int" | |
| }, | |
| { | |
| "name":"height_int", | |
| "label":"height_int", | |
| "type":"INT", | |
| "localized_name":"height_int" | |
| } | |
| ], | |
| "size":[ | |
| 210, | |
| 135.66941833496094 | |
| ], | |
| "pos":[ | |
| 253.71585083007812, | |
| -33.99806594848633 | |
| ], | |
| "widgets_values":[ | |
| "Width: 1265 , Height: 829" | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"image", | |
| "link":229, | |
| "label":"image", | |
| "type":"IMAGE", | |
| "localized_name":"image" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":99, | |
| "type":"easy imageSize", | |
| "properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "Node name for S&R":"easy imageSize" | |
| }, | |
| "order":12 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"MODEL", | |
| "links":[ | |
| 238 | |
| ], | |
| "label":"MODEL", | |
| "type":"MODEL", | |
| "localized_name":"MODEL" | |
| } | |
| ], | |
| "size":[ | |
| 246.09375, | |
| 118.33333587646484 | |
| ], | |
| "pos":[ | |
| 180.08741760253906, | |
| 331.41107177734375 | |
| ], | |
| "widgets_values":[ | |
| 3 | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"model", | |
| "link":239, | |
| "label":"model", | |
| "type":"MODEL", | |
| "localized_name":"model" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"shift" | |
| }, | |
| "name":"shift", | |
| "label":"shift", | |
| "type":"FLOAT", | |
| "localized_name":"shift" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":108, | |
| "type":"ModelSamplingAuraFlow", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.3.48", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.1" | |
| }, | |
| "widget_ue_connectable":{ | |
| "shift":true | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"ModelSamplingAuraFlow", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":15 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"LATENT", | |
| "slot_index":0, | |
| "links":[ | |
| 240 | |
| ], | |
| "label":"LATENT", | |
| "type":"LATENT", | |
| "localized_name":"LATENT" | |
| } | |
| ], | |
| "size":[ | |
| 303.5807189941406, | |
| 594.2578125 | |
| ], | |
| "pos":[ | |
| 774.6707153320312, | |
| 346.4220886230469 | |
| ], | |
| "widgets_values":[ | |
| 668086125900250, | |
| "randomize", | |
| 8, | |
| 1, | |
| "euler", | |
| "simple", | |
| 1 | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"model", | |
| "link":276, | |
| "label":"model", | |
| "type":"MODEL", | |
| "localized_name":"model" | |
| }, | |
| { | |
| "name":"positive", | |
| "link":243, | |
| "label":"positive", | |
| "type":"CONDITIONING", | |
| "localized_name":"positive" | |
| }, | |
| { | |
| "name":"negative", | |
| "link":244, | |
| "label":"negative", | |
| "type":"CONDITIONING", | |
| "localized_name":"negative" | |
| }, | |
| { | |
| "name":"latent_image", | |
| "link":245, | |
| "label":"latent_image", | |
| "type":"LATENT", | |
| "localized_name":"latent_image" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"seed" | |
| }, | |
| "name":"seed", | |
| "label":"seed", | |
| "type":"INT", | |
| "localized_name":"seed" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"steps" | |
| }, | |
| "name":"steps", | |
| "label":"steps", | |
| "type":"INT", | |
| "localized_name":"steps" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"cfg" | |
| }, | |
| "name":"cfg", | |
| "label":"cfg", | |
| "type":"FLOAT", | |
| "localized_name":"cfg" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"sampler_name" | |
| }, | |
| "name":"sampler_name", | |
| "label":"sampler_name", | |
| "type":"COMBO", | |
| "localized_name":"sampler_name" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"scheduler" | |
| }, | |
| "name":"scheduler", | |
| "label":"scheduler", | |
| "type":"COMBO", | |
| "localized_name":"scheduler" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"denoise" | |
| }, | |
| "name":"denoise", | |
| "label":"denoise", | |
| "type":"FLOAT", | |
| "localized_name":"denoise" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":110, | |
| "type":"KSampler", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.3.48", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.1" | |
| }, | |
| "widget_ue_connectable":{ | |
| "scheduler":true, | |
| "denoise":true, | |
| "seed":true, | |
| "cfg":true, | |
| "sampler_name":true, | |
| "steps":true | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"KSampler", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":19 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"image_urls", | |
| "label":"image_urls", | |
| "type":"STRING", | |
| "localized_name":"image_urls" | |
| } | |
| ], | |
| "size":[ | |
| 447.6432189941406, | |
| 572.9948120117188 | |
| ], | |
| "pos":[ | |
| 1952.0892333984375, | |
| 333.38153076171875 | |
| ], | |
| "widgets_values":[ | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"images", | |
| "link":247, | |
| "label":"images", | |
| "type":"IMAGE", | |
| "localized_name":"images" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":114, | |
| "type":"PreviewImage", | |
| "properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "Node name for S&R":"PreviewImage" | |
| }, | |
| "order":25 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"MODEL", | |
| "links":[ | |
| 248 | |
| ], | |
| "label":"MODEL", | |
| "type":"MODEL", | |
| "localized_name":"MODEL" | |
| } | |
| ], | |
| "size":[ | |
| 270, | |
| 82 | |
| ], | |
| "pos":[ | |
| -742.8213500976562, | |
| 347.7768249511719 | |
| ], | |
| "widgets_values":[ | |
| "qwen_image_edit_2511_fp8_fix_by_FeiHou.safetensors", | |
| "default" | |
| ], | |
| "inputs":[ | |
| { | |
| "widget":{ | |
| "name":"unet_name" | |
| }, | |
| "name":"unet_name", | |
| "label":"unet_name", | |
| "type":"COMBO", | |
| "localized_name":"unet_name" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"weight_dtype" | |
| }, | |
| "name":"weight_dtype", | |
| "label":"weight_dtype", | |
| "type":"COMBO", | |
| "localized_name":"weight_dtype" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":115, | |
| "type":"UNETLoader", | |
| "properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "Node name for S&R":"UNETLoader" | |
| }, | |
| "order":0 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"MODEL", | |
| "links":[ | |
| 239 | |
| ], | |
| "label":"MODEL", | |
| "type":"MODEL", | |
| "localized_name":"MODEL" | |
| } | |
| ], | |
| "size":[ | |
| 270, | |
| 146.6666717529297 | |
| ], | |
| "pos":[ | |
| -126.05854797363281, | |
| 327.27362060546875 | |
| ], | |
| "widgets_values":[ | |
| "Qwen-Image-Edit-2512-Lightning-4steps-V1.0-bf16.safetensors", | |
| 1 | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"model", | |
| "link":249, | |
| "label":"model", | |
| "type":"MODEL", | |
| "localized_name":"model" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"lora_name" | |
| }, | |
| "name":"lora_name", | |
| "label":"lora_name", | |
| "type":"COMBO", | |
| "localized_name":"lora_name" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"strength_model" | |
| }, | |
| "name":"strength_model", | |
| "label":"strength_model", | |
| "type":"FLOAT", | |
| "localized_name":"strength_model" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":117, | |
| "type":"LoraLoaderModelOnly", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "models":[ | |
| { | |
| "name":"Qwen-Image-Lightning-8steps-V1.0.safetensors", | |
| "directory":"loras", | |
| "url":"https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Lightning-8steps-V1.0.safetensors" | |
| } | |
| ], | |
| "ver":"0.3.49", | |
| "widget_ue_connectable":{ | |
| "lora_name":true, | |
| "strength_model":true | |
| }, | |
| "Node name for S&R":"LoraLoaderModelOnly" | |
| }, | |
| "order":10 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"CONDITIONING", | |
| "links":[ | |
| 243 | |
| ], | |
| "label":"CONDITIONING", | |
| "type":"CONDITIONING", | |
| "localized_name":"CONDITIONING" | |
| } | |
| ], | |
| "size":[ | |
| 275.7818298339844, | |
| 58 | |
| ], | |
| "pos":[ | |
| 443.9906311035156, | |
| 570.3241577148438 | |
| ], | |
| "widgets_values":[ | |
| "index_timestep_zero" | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"conditioning", | |
| "link":254, | |
| "label":"conditioning", | |
| "type":"CONDITIONING", | |
| "localized_name":"conditioning" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"reference_latents_method" | |
| }, | |
| "name":"reference_latents_method", | |
| "label":"reference_latents_method", | |
| "type":"COMBO", | |
| "localized_name":"reference_latents_method" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":120, | |
| "type":"FluxKontextMultiReferenceLatentMethod", | |
| "properties":{ | |
| "widget_ue_connectable":{ | |
| "reference_latents_method":true | |
| }, | |
| "Node name for S&R":"FluxKontextMultiReferenceLatentMethod" | |
| }, | |
| "order":16 | |
| }, | |
| { | |
| "outputs":[ | |
| { | |
| "name":"CONDITIONING", | |
| "links":[ | |
| 257 | |
| ], | |
| "label":"CONDITIONING", | |
| "type":"CONDITIONING", | |
| "localized_name":"CONDITIONING" | |
| } | |
| ], | |
| "color":"#223", | |
| "widgets_values":[ | |
| "" | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"clip", | |
| "link":255, | |
| "label":"clip", | |
| "type":"CLIP", | |
| "localized_name":"clip" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"vae", | |
| "link":256, | |
| "label":"vae", | |
| "type":"VAE", | |
| "localized_name":"vae" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"image1", | |
| "link":278, | |
| "label":"image1", | |
| "type":"IMAGE", | |
| "localized_name":"image1" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"image2", | |
| "link":281, | |
| "label":"image2", | |
| "type":"IMAGE", | |
| "localized_name":"image2" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"image3", | |
| "label":"image3", | |
| "type":"IMAGE", | |
| "localized_name":"image3" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"prompt" | |
| }, | |
| "name":"prompt", | |
| "label":"prompt", | |
| "type":"STRING", | |
| "localized_name":"prompt" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "type":"TextEncodeQwenImageEditPlus", | |
| "mode":0, | |
| "bgcolor":"#335", | |
| "size":[ | |
| 361.6015625, | |
| 235.0911407470703 | |
| ], | |
| "pos":[ | |
| -92.67292785644531, | |
| 867.9678955078125 | |
| ], | |
| "id":121, | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "ver":"0.3.59", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.1" | |
| }, | |
| "widget_ue_connectable":{ | |
| "prompt":true | |
| }, | |
| "Node name for S&R":"TextEncodeQwenImageEditPlus" | |
| }, | |
| "order":14 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"CONDITIONING", | |
| "links":[ | |
| 244 | |
| ], | |
| "label":"CONDITIONING", | |
| "type":"CONDITIONING", | |
| "localized_name":"CONDITIONING" | |
| } | |
| ], | |
| "size":[ | |
| 275.7818298339844, | |
| 58 | |
| ], | |
| "pos":[ | |
| 439.0706787109375, | |
| 751.2293090820312 | |
| ], | |
| "widgets_values":[ | |
| "index_timestep_zero" | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"conditioning", | |
| "link":257, | |
| "label":"conditioning", | |
| "type":"CONDITIONING", | |
| "localized_name":"conditioning" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"reference_latents_method" | |
| }, | |
| "name":"reference_latents_method", | |
| "label":"reference_latents_method", | |
| "type":"COMBO", | |
| "localized_name":"reference_latents_method" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":122, | |
| "type":"FluxKontextMultiReferenceLatentMethod", | |
| "properties":{ | |
| "widget_ue_connectable":{ | |
| "reference_latents_method":true | |
| }, | |
| "Node name for S&R":"FluxKontextMultiReferenceLatentMethod" | |
| }, | |
| "order":17 | |
| }, | |
| { | |
| "outputs":[ | |
| { | |
| "name":"IMAGE", | |
| "links":[ | |
| 229, | |
| 280, | |
| 281 | |
| ], | |
| "label":"IMAGE", | |
| "type":"IMAGE", | |
| "localized_name":"IMAGE" | |
| } | |
| ], | |
| "color":"#233", | |
| "widgets_values":[ | |
| "lanczos", | |
| 1, | |
| 1 | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"image", | |
| "link":258, | |
| "label":"image", | |
| "type":"IMAGE", | |
| "localized_name":"image" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"upscale_method" | |
| }, | |
| "name":"upscale_method", | |
| "label":"upscale_method", | |
| "type":"COMBO", | |
| "localized_name":"upscale_method" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"megapixels" | |
| }, | |
| "name":"megapixels", | |
| "label":"megapixels", | |
| "type":"FLOAT", | |
| "localized_name":"megapixels" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"resolution_steps" | |
| }, | |
| "name":"resolution_steps", | |
| "label":"resolution_steps", | |
| "type":"INT", | |
| "localized_name":"resolution_steps" | |
| } | |
| ], | |
| "flags":{ | |
| "collapsed":false | |
| }, | |
| "type":"ImageScaleToTotalPixels", | |
| "mode":0, | |
| "bgcolor":"#355", | |
| "size":[ | |
| 214.30299377441406, | |
| 106 | |
| ], | |
| "pos":[ | |
| 251.92874145507812, | |
| -177.07672119140625 | |
| ], | |
| "id":123, | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.3.50", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| "megapixels":true, | |
| "upscale_method":true | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.1" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"ImageScaleToTotalPixels", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":9 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"LATENT", | |
| "links":[ | |
| 245 | |
| ], | |
| "label":"LATENT", | |
| "type":"LATENT", | |
| "localized_name":"LATENT" | |
| } | |
| ], | |
| "size":[ | |
| 187.5, | |
| 110 | |
| ], | |
| "pos":[ | |
| -409.1521301269531, | |
| 877.0936279296875 | |
| ], | |
| "widgets_values":[ | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"pixels", | |
| "link":279, | |
| "label":"pixels", | |
| "type":"IMAGE", | |
| "localized_name":"pixels" | |
| }, | |
| { | |
| "name":"vae", | |
| "link":250, | |
| "label":"vae", | |
| "type":"VAE", | |
| "localized_name":"vae" | |
| } | |
| ], | |
| "flags":{ | |
| "collapsed":false | |
| }, | |
| "id":118, | |
| "type":"VAEEncode", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.3.50", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.1" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"VAEEncode", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":11 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "shape":3, | |
| "name":"image_urls", | |
| "label":"image_urls", | |
| "dir":4, | |
| "type":"STRING" | |
| } | |
| ], | |
| "size":[ | |
| 573.0859375, | |
| 579.140625 | |
| ], | |
| "pos":[ | |
| 1349.161376953125, | |
| 330.07366943359375 | |
| ], | |
| "widgets_values":[ | |
| [ | |
| { | |
| "name":"A", | |
| "selected":true, | |
| "url":"/view?filename=rgthree.compare._temp_yfrri_00001_hrksu_1768315787.jpg&type=temp&subfolder=&rand=0.38876852763848657&Rh-Comfy-Auth=eyJ1c2VySWQiOiIyNDI4YjA1NDA0MTZjMWUyZTQ1MTdmZGY0MDBmNjYyNiIsInNpZ25FeHBpcmUiOjE3Njg5MjAxMjY0ODEsInRzIjoxNzY4MzE1MzI2NDgxLCJzaWduIjoiMGRlNDE1Y2NhMjNlZGZjOTNhMzIzYTUzMzU5YTc2ZDkifQ==&Rh-Identify=2428b0540416c1e2e4517fdf400f6626" | |
| }, | |
| { | |
| "name":"B", | |
| "selected":true, | |
| "url":"/view?filename=rgthree.compare._temp_yfrri_00002_bcdep_1768315789.jpg&type=temp&subfolder=&rand=0.7681615585007093&Rh-Comfy-Auth=eyJ1c2VySWQiOiIyNDI4YjA1NDA0MTZjMWUyZTQ1MTdmZGY0MDBmNjYyNiIsInNpZ25FeHBpcmUiOjE3Njg5MjAxMjY0ODEsInRzIjoxNzY4MzE1MzI2NDgxLCJzaWduIjoiMGRlNDE1Y2NhMjNlZGZjOTNhMzIzYTUzMzU5YTc2ZDkifQ==&Rh-Identify=2428b0540416c1e2e4517fdf400f6626" | |
| } | |
| ] | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"image_a", | |
| "link":246, | |
| "label":"image_a", | |
| "dir":3, | |
| "type":"IMAGE" | |
| }, | |
| { | |
| "name":"image_b", | |
| "link":270, | |
| "label":"image_b", | |
| "dir":3, | |
| "type":"IMAGE" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":113, | |
| "type":"Image Comparer (rgthree)", | |
| "properties":{ | |
| "comparer_mode":"Slide", | |
| "widget_ue_connectable":{ | |
| } | |
| }, | |
| "order":24 | |
| }, | |
| { | |
| "outputs":[ | |
| { | |
| "name":"IMAGE", | |
| "links":[ | |
| 270, | |
| 277, | |
| 278, | |
| 279 | |
| ], | |
| "label":"IMAGE", | |
| "type":"IMAGE", | |
| "localized_name":"IMAGE" | |
| } | |
| ], | |
| "color":"#233", | |
| "widgets_values":[ | |
| "lanczos", | |
| 1, | |
| 1 | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"image", | |
| "link":259, | |
| "label":"image", | |
| "type":"IMAGE", | |
| "localized_name":"image" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"upscale_method" | |
| }, | |
| "name":"upscale_method", | |
| "label":"upscale_method", | |
| "type":"COMBO", | |
| "localized_name":"upscale_method" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"megapixels" | |
| }, | |
| "name":"megapixels", | |
| "label":"megapixels", | |
| "type":"FLOAT", | |
| "localized_name":"megapixels" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"resolution_steps" | |
| }, | |
| "name":"resolution_steps", | |
| "label":"resolution_steps", | |
| "type":"INT", | |
| "localized_name":"resolution_steps" | |
| } | |
| ], | |
| "flags":{ | |
| "collapsed":false | |
| }, | |
| "type":"ImageScaleToTotalPixels", | |
| "mode":0, | |
| "bgcolor":"#355", | |
| "size":[ | |
| 214.30299377441406, | |
| 106 | |
| ], | |
| "pos":[ | |
| -400.0049133300781, | |
| -314.5265197753906 | |
| ], | |
| "id":125, | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.3.50", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| "megapixels":true, | |
| "upscale_method":true | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.1" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"ImageScaleToTotalPixels", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":8 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"MODEL", | |
| "links":[ | |
| 249 | |
| ], | |
| "label":"MODEL", | |
| "type":"MODEL", | |
| "localized_name":"MODEL" | |
| } | |
| ], | |
| "size":[ | |
| 270, | |
| 146.6666717529297 | |
| ], | |
| "pos":[ | |
| -422.62261962890625, | |
| 324.50408935546875 | |
| ], | |
| "widgets_values":[ | |
| "高斯泼溅-Sharp.safetensors", | |
| 1 | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"model", | |
| "link":248, | |
| "label":"model", | |
| "type":"MODEL", | |
| "localized_name":"model" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"lora_name" | |
| }, | |
| "name":"lora_name", | |
| "label":"lora_name", | |
| "type":"COMBO", | |
| "localized_name":"lora_name" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"strength_model" | |
| }, | |
| "name":"strength_model", | |
| "label":"strength_model", | |
| "type":"FLOAT", | |
| "localized_name":"strength_model" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":116, | |
| "type":"LoraLoaderModelOnly", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "models":[ | |
| { | |
| "name":"Qwen-Image-Lightning-8steps-V1.0.safetensors", | |
| "directory":"loras", | |
| "url":"https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Lightning-8steps-V1.0.safetensors" | |
| } | |
| ], | |
| "ver":"0.3.49", | |
| "widget_ue_connectable":{ | |
| "lora_name":true, | |
| "strength_model":true | |
| }, | |
| "Node name for S&R":"LoraLoaderModelOnly" | |
| }, | |
| "order":6 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"patched_model", | |
| "links":[ | |
| 276, | |
| 282 | |
| ], | |
| "label":"patched_model", | |
| "type":"MODEL", | |
| "localized_name":"patched_model" | |
| } | |
| ], | |
| "size":[ | |
| 248.7239532470703, | |
| 118.33333587646484 | |
| ], | |
| "pos":[ | |
| 467.93231201171875, | |
| 332.74237060546875 | |
| ], | |
| "widgets_values":[ | |
| 1 | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"model", | |
| "link":238, | |
| "label":"model", | |
| "type":"MODEL", | |
| "localized_name":"model" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"strength" | |
| }, | |
| "name":"strength", | |
| "label":"strength", | |
| "type":"FLOAT", | |
| "localized_name":"strength" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":107, | |
| "type":"CFGNorm", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.3.50", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| "strength":true | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.1" | |
| }, | |
| "widget_ue_connectable":{ | |
| "strength":true | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"CFGNorm", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":18 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"CLIP", | |
| "links":[ | |
| 251, | |
| 255, | |
| 283 | |
| ], | |
| "label":"CLIP", | |
| "type":"CLIP", | |
| "localized_name":"CLIP" | |
| } | |
| ], | |
| "size":[ | |
| 270, | |
| 106 | |
| ], | |
| "pos":[ | |
| -740.2750854492188, | |
| 558.9034423828125 | |
| ], | |
| "widgets_values":[ | |
| "qwen_2.5_vl_7b.safetensors", | |
| "stable_diffusion", | |
| "default" | |
| ], | |
| "inputs":[ | |
| { | |
| "widget":{ | |
| "name":"clip_name" | |
| }, | |
| "name":"clip_name", | |
| "label":"clip_name", | |
| "type":"COMBO", | |
| "localized_name":"clip_name" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"type" | |
| }, | |
| "name":"type", | |
| "label":"type", | |
| "type":"COMBO", | |
| "localized_name":"type" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"device" | |
| }, | |
| "shape":7, | |
| "name":"device", | |
| "label":"device", | |
| "type":"COMBO", | |
| "localized_name":"device" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":112, | |
| "type":"CLIPLoader", | |
| "properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "Node name for S&R":"CLIPLoader" | |
| }, | |
| "order":1 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"VAE", | |
| "slot_index":0, | |
| "links":[ | |
| 241, | |
| 250, | |
| 252, | |
| 256, | |
| 284 | |
| ], | |
| "label":"VAE", | |
| "type":"VAE", | |
| "localized_name":"VAE" | |
| } | |
| ], | |
| "size":[ | |
| 271.56878662109375, | |
| 61.7869873046875 | |
| ], | |
| "pos":[ | |
| -759.6428833007812, | |
| 776.9954223632812 | |
| ], | |
| "widgets_values":[ | |
| "qwen_image_vae.safetensors" | |
| ], | |
| "inputs":[ | |
| { | |
| "widget":{ | |
| "name":"vae_name" | |
| }, | |
| "name":"vae_name", | |
| "label":"vae_name", | |
| "type":"COMBO", | |
| "localized_name":"vae_name" | |
| } | |
| ], | |
| "flags":{ | |
| "collapsed":false | |
| }, | |
| "id":111, | |
| "type":"VAELoader", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "models":[ | |
| { | |
| "directory_invalid":true, | |
| "name":"qwen_image_vae.safetensors", | |
| "directory":"vae", | |
| "url":"https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/vae/qwen_image_vae.safetensors" | |
| } | |
| ], | |
| "ver":"0.3.48", | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"VAELoader", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":2 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"width_int", | |
| "links":[ | |
| 285 | |
| ], | |
| "label":"width_int", | |
| "type":"INT", | |
| "localized_name":"width_int" | |
| }, | |
| { | |
| "name":"height_int", | |
| "links":[ | |
| 286 | |
| ], | |
| "label":"height_int", | |
| "type":"INT", | |
| "localized_name":"height_int" | |
| } | |
| ], | |
| "size":[ | |
| 210, | |
| 135.66941833496094 | |
| ], | |
| "pos":[ | |
| -398.9173889160156, | |
| -161.0884246826172 | |
| ], | |
| "widgets_values":[ | |
| "Width: 1371 , Height: 840" | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"image", | |
| "link":237, | |
| "label":"image", | |
| "type":"IMAGE", | |
| "localized_name":"image" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":106, | |
| "type":"easy imageSize", | |
| "properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "Node name for S&R":"easy imageSize" | |
| }, | |
| "order":7 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"IMAGE", | |
| "slot_index":0, | |
| "links":[ | |
| 246, | |
| 247, | |
| 271, | |
| 293 | |
| ], | |
| "label":"IMAGE", | |
| "type":"IMAGE", | |
| "localized_name":"IMAGE" | |
| } | |
| ], | |
| "size":[ | |
| 187.5, | |
| 110 | |
| ], | |
| "pos":[ | |
| 1132.376708984375, | |
| 375.1733093261719 | |
| ], | |
| "widgets_values":[ | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"samples", | |
| "link":240, | |
| "label":"samples", | |
| "type":"LATENT", | |
| "localized_name":"samples" | |
| }, | |
| { | |
| "name":"vae", | |
| "link":241, | |
| "label":"vae", | |
| "type":"VAE", | |
| "localized_name":"vae" | |
| } | |
| ], | |
| "flags":{ | |
| "collapsed":false | |
| }, | |
| "id":109, | |
| "type":"VAEDecode", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.3.48", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.1" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"VAEDecode", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":21 | |
| }, | |
| { | |
| "outputs":[ | |
| { | |
| "name":"CONDITIONING", | |
| "links":[ | |
| 254 | |
| ], | |
| "label":"CONDITIONING", | |
| "type":"CONDITIONING", | |
| "localized_name":"CONDITIONING" | |
| } | |
| ], | |
| "color":"#232", | |
| "widgets_values":[ | |
| "高斯泼溅,参考图2的场景图,修复图1的场景图透视并修复空白区域" | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"clip", | |
| "link":251, | |
| "label":"clip", | |
| "type":"CLIP", | |
| "localized_name":"clip" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"vae", | |
| "link":252, | |
| "label":"vae", | |
| "type":"VAE", | |
| "localized_name":"vae" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"image1", | |
| "link":277, | |
| "label":"image1", | |
| "type":"IMAGE", | |
| "localized_name":"image1" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"image2", | |
| "link":280, | |
| "label":"image2", | |
| "type":"IMAGE", | |
| "localized_name":"image2" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"image3", | |
| "label":"image3", | |
| "type":"IMAGE", | |
| "localized_name":"image3" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"prompt" | |
| }, | |
| "name":"prompt", | |
| "label":"prompt", | |
| "type":"STRING", | |
| "localized_name":"prompt" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "type":"TextEncodeQwenImageEditPlus", | |
| "mode":0, | |
| "bgcolor":"#353", | |
| "size":[ | |
| 413.5416564941406, | |
| 300 | |
| ], | |
| "pos":[ | |
| -87.71223449707031, | |
| 511.4789733886719 | |
| ], | |
| "id":119, | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "ver":"0.3.59", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.1" | |
| }, | |
| "widget_ue_connectable":{ | |
| "prompt":true | |
| }, | |
| "Node name for S&R":"TextEncodeQwenImageEditPlus" | |
| }, | |
| "order":13 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"生成图像Image", | |
| "links":[ | |
| 287, | |
| 289, | |
| 294 | |
| ], | |
| "label":"生成图像Image", | |
| "type":"IMAGE", | |
| "localized_name":"生成图像Image" | |
| }, | |
| { | |
| "name":"(可选)Latent", | |
| "label":"(可选)Latent", | |
| "type":"LATENT", | |
| "localized_name":"(可选)Latent" | |
| }, | |
| { | |
| "name":"缩放后原图Scaled Image", | |
| "label":"缩放后原图Scaled Image", | |
| "type":"IMAGE", | |
| "localized_name":"缩放后原图Scaled Image" | |
| } | |
| ], | |
| "size":[ | |
| 440, | |
| 1032 | |
| ], | |
| "pos":[ | |
| -750.2032470703125, | |
| 1328.904541015625 | |
| ], | |
| "widgets_values":[ | |
| "高斯泼溅,参考图2的场景图,修复图1的场景图透视并修复空白区域", | |
| "", | |
| "图生图 image-to-image", | |
| 1, | |
| 1472, | |
| 1104, | |
| 604946109710722, | |
| "randomize", | |
| 8, | |
| 1, | |
| "euler", | |
| "simple", | |
| 1, | |
| 3, | |
| 1, | |
| false, | |
| false, | |
| false, | |
| "", | |
| "auto_save", | |
| "Describe the key features of the input image (color, shape, size, texture, objects, background), then explain how the user's text instruction should alter or modify the image. Generate a new image that meets the user's requirements while maintaining consistency with the original input where appropriate." | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"model", | |
| "link":282, | |
| "label":"model", | |
| "type":"MODEL", | |
| "localized_name":"model" | |
| }, | |
| { | |
| "name":"clip", | |
| "link":283, | |
| "label":"clip", | |
| "type":"CLIP", | |
| "localized_name":"clip" | |
| }, | |
| { | |
| "name":"vae", | |
| "link":284, | |
| "label":"vae", | |
| "type":"VAE", | |
| "localized_name":"vae" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"image1", | |
| "link":295, | |
| "label":"image1", | |
| "type":"IMAGE", | |
| "localized_name":"image1" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"image2", | |
| "link":296, | |
| "label":"image2", | |
| "type":"IMAGE", | |
| "localized_name":"image2" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"image3", | |
| "label":"image3", | |
| "type":"IMAGE", | |
| "localized_name":"image3" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"image4", | |
| "label":"image4", | |
| "type":"IMAGE", | |
| "localized_name":"image4" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"image5", | |
| "label":"image5", | |
| "type":"IMAGE", | |
| "localized_name":"image5" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"latent", | |
| "label":"latent", | |
| "type":"LATENT", | |
| "localized_name":"latent" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"controlnet_data", | |
| "label":"controlnet_data", | |
| "type":"CONTROL_NET_DATA", | |
| "localized_name":"controlnet_data" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"positive_prompt" | |
| }, | |
| "name":"positive_prompt", | |
| "label":"positive_prompt", | |
| "type":"STRING", | |
| "localized_name":"positive_prompt" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"negative_prompt" | |
| }, | |
| "name":"negative_prompt", | |
| "label":"negative_prompt", | |
| "type":"STRING", | |
| "localized_name":"negative_prompt" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"generation_mode" | |
| }, | |
| "name":"generation_mode", | |
| "label":"generation_mode", | |
| "type":"COMBO", | |
| "localized_name":"generation_mode" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"batch_size" | |
| }, | |
| "name":"batch_size", | |
| "label":"batch_size", | |
| "type":"INT", | |
| "localized_name":"batch_size" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"width" | |
| }, | |
| "name":"width", | |
| "link":285, | |
| "label":"width", | |
| "type":"INT", | |
| "localized_name":"width" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"height" | |
| }, | |
| "name":"height", | |
| "link":286, | |
| "label":"height", | |
| "type":"INT", | |
| "localized_name":"height" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"seed" | |
| }, | |
| "name":"seed", | |
| "label":"seed", | |
| "type":"INT", | |
| "localized_name":"seed" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"steps" | |
| }, | |
| "name":"steps", | |
| "label":"steps", | |
| "type":"INT", | |
| "localized_name":"steps" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"cfg" | |
| }, | |
| "name":"cfg", | |
| "label":"cfg", | |
| "type":"FLOAT", | |
| "localized_name":"cfg" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"sampler_name" | |
| }, | |
| "name":"sampler_name", | |
| "label":"sampler_name", | |
| "type":"COMBO", | |
| "localized_name":"sampler_name" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"scheduler" | |
| }, | |
| "name":"scheduler", | |
| "label":"scheduler", | |
| "type":"COMBO", | |
| "localized_name":"scheduler" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"denoise" | |
| }, | |
| "name":"denoise", | |
| "label":"denoise", | |
| "type":"FLOAT", | |
| "localized_name":"denoise" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"auraflow_shift" | |
| }, | |
| "shape":7, | |
| "name":"auraflow_shift", | |
| "label":"auraflow_shift", | |
| "type":"FLOAT", | |
| "localized_name":"auraflow_shift" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"cfg_norm_strength" | |
| }, | |
| "shape":7, | |
| "name":"cfg_norm_strength", | |
| "label":"cfg_norm_strength", | |
| "type":"FLOAT", | |
| "localized_name":"cfg_norm_strength" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"enable_clean_gpu_memory" | |
| }, | |
| "shape":7, | |
| "name":"enable_clean_gpu_memory", | |
| "label":"enable_clean_gpu_memory", | |
| "type":"BOOLEAN", | |
| "localized_name":"enable_clean_gpu_memory" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"enable_clean_cpu_memory_after_finish" | |
| }, | |
| "shape":7, | |
| "name":"enable_clean_cpu_memory_after_finish", | |
| "label":"enable_clean_cpu_memory_after_finish", | |
| "type":"BOOLEAN", | |
| "localized_name":"enable_clean_cpu_memory_after_finish" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"enable_sound_notification" | |
| }, | |
| "shape":7, | |
| "name":"enable_sound_notification", | |
| "label":"enable_sound_notification", | |
| "type":"BOOLEAN", | |
| "localized_name":"enable_sound_notification" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"auto_save_output_folder" | |
| }, | |
| "shape":7, | |
| "name":"auto_save_output_folder", | |
| "label":"auto_save_output_folder", | |
| "type":"STRING", | |
| "localized_name":"auto_save_output_folder" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"output_filename_prefix" | |
| }, | |
| "shape":7, | |
| "name":"output_filename_prefix", | |
| "label":"output_filename_prefix", | |
| "type":"STRING", | |
| "localized_name":"output_filename_prefix" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"instruction" | |
| }, | |
| "shape":7, | |
| "name":"instruction", | |
| "label":"instruction", | |
| "type":"STRING", | |
| "localized_name":"instruction" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":128, | |
| "type":"QwenImageIntegratedKSampler", | |
| "properties":{ | |
| "cnr_id":"qwen-image-integrated-ksampler", | |
| "ver":"7cb9eae904234fd26d3240195eae01a2f0d1950f", | |
| "widget_ue_connectable":{ | |
| "generation_mode":true, | |
| "batch_size":true, | |
| "seed":true, | |
| "auto_save_output_folder":true, | |
| "cfg":true, | |
| "positive_prompt":true, | |
| "enable_sound_notification":true, | |
| "enable_clean_cpu_memory_after_finish":true, | |
| "steps":true, | |
| "auraflow_shift":true, | |
| "output_filename_prefix":true, | |
| "scheduler":true, | |
| "denoise":true, | |
| "enable_clean_gpu_memory":true, | |
| "negative_prompt":true, | |
| "cfg_norm_strength":true, | |
| "instruction":true, | |
| "sampler_name":true, | |
| "width":true, | |
| "height":true | |
| }, | |
| "Node name for S&R":"QwenImageIntegratedKSampler" | |
| }, | |
| "order":20 | |
| }, | |
| { | |
| "outputs":[ | |
| { | |
| "name":"image1", | |
| "links":[ | |
| 291 | |
| ], | |
| "label":"image1", | |
| "type":"IMAGE", | |
| "localized_name":"image1" | |
| } | |
| ], | |
| "color":"#322", | |
| "widgets_values":[ | |
| "Alibaba-PuHuiTi-Heavy.ttf", | |
| 40, | |
| 8, | |
| "light" | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"reel_1", | |
| "link":290, | |
| "label":"reel_1", | |
| "type":"Reel", | |
| "localized_name":"reel_1" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"reel_2", | |
| "label":"reel_2", | |
| "type":"Reel", | |
| "localized_name":"reel_2" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"reel_3", | |
| "label":"reel_3", | |
| "type":"Reel", | |
| "localized_name":"reel_3" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"reel_4", | |
| "label":"reel_4", | |
| "type":"Reel", | |
| "localized_name":"reel_4" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"font_file" | |
| }, | |
| "name":"font_file", | |
| "label":"font_file", | |
| "type":"COMBO", | |
| "localized_name":"font_file" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"font_size" | |
| }, | |
| "name":"font_size", | |
| "label":"font_size", | |
| "type":"INT", | |
| "localized_name":"font_size" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"border" | |
| }, | |
| "name":"border", | |
| "label":"border", | |
| "type":"INT", | |
| "localized_name":"border" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"color_theme" | |
| }, | |
| "name":"color_theme", | |
| "label":"color_theme", | |
| "type":"COMBO", | |
| "localized_name":"color_theme" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "type":"LayerUtility: ImageReelComposit", | |
| "mode":0, | |
| "bgcolor":"#533", | |
| "size":[ | |
| 285.46160888671875, | |
| 195.6546173095703 | |
| ], | |
| "pos":[ | |
| 1288.3345947265625, | |
| 1358.7818603515625 | |
| ], | |
| "id":133, | |
| "properties":{ | |
| "cnr_id":"comfyui_layerstyle", | |
| "ver":"90f4bfb38aaf121292f429b20eff07c6c121697e", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.2.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| "border":true, | |
| "font_size":true, | |
| "font_file":true, | |
| "color_theme":true | |
| }, | |
| "Node name for S&R":"LayerUtility: ImageReelComposit" | |
| }, | |
| "order":28 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"image_urls", | |
| "label":"image_urls", | |
| "type":"STRING", | |
| "localized_name":"image_urls" | |
| } | |
| ], | |
| "size":[ | |
| 1584.3126220703125, | |
| 714.9746704101562 | |
| ], | |
| "pos":[ | |
| 821.2720336914062, | |
| 1632.024658203125 | |
| ], | |
| "widgets_values":[ | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"images", | |
| "link":291, | |
| "label":"images", | |
| "type":"IMAGE", | |
| "localized_name":"images" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":135, | |
| "type":"PreviewImage", | |
| "properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "Node name for S&R":"PreviewImage" | |
| }, | |
| "order":29 | |
| }, | |
| { | |
| "outputs":[ | |
| { | |
| "name":"reel", | |
| "links":[ | |
| 290 | |
| ], | |
| "label":"reel", | |
| "type":"Reel", | |
| "localized_name":"reel" | |
| } | |
| ], | |
| "color":"#322", | |
| "widgets_values":[ | |
| "original", | |
| "2511", | |
| "2509", | |
| "lora-20", | |
| 1024, | |
| 32 | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"image1", | |
| "link":297, | |
| "label":"image1", | |
| "type":"IMAGE", | |
| "localized_name":"image1" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"image2", | |
| "link":293, | |
| "label":"image2", | |
| "type":"IMAGE", | |
| "localized_name":"image2" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"image3", | |
| "link":294, | |
| "label":"image3", | |
| "type":"IMAGE", | |
| "localized_name":"image3" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"image4", | |
| "label":"image4", | |
| "type":"IMAGE", | |
| "localized_name":"image4" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"image1_text" | |
| }, | |
| "name":"image1_text", | |
| "label":"image1_text", | |
| "type":"STRING", | |
| "localized_name":"image1_text" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"image2_text" | |
| }, | |
| "name":"image2_text", | |
| "label":"image2_text", | |
| "type":"STRING", | |
| "localized_name":"image2_text" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"image3_text" | |
| }, | |
| "name":"image3_text", | |
| "label":"image3_text", | |
| "type":"STRING", | |
| "localized_name":"image3_text" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"image4_text" | |
| }, | |
| "name":"image4_text", | |
| "label":"image4_text", | |
| "type":"STRING", | |
| "localized_name":"image4_text" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"reel_height" | |
| }, | |
| "name":"reel_height", | |
| "label":"reel_height", | |
| "type":"INT", | |
| "localized_name":"reel_height" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"border" | |
| }, | |
| "name":"border", | |
| "label":"border", | |
| "type":"INT", | |
| "localized_name":"border" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "type":"LayerUtility: ImageReel", | |
| "mode":0, | |
| "bgcolor":"#533", | |
| "size":[ | |
| 270, | |
| 238 | |
| ], | |
| "pos":[ | |
| 929.4313354492188, | |
| 1338.6728515625 | |
| ], | |
| "id":134, | |
| "properties":{ | |
| "cnr_id":"comfyui_layerstyle", | |
| "ver":"90f4bfb38aaf121292f429b20eff07c6c121697e", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.2.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| "border":true, | |
| "image3_text":true, | |
| "reel_height":true, | |
| "image2_text":true, | |
| "image4_text":true, | |
| "image1_text":true | |
| }, | |
| "Node name for S&R":"LayerUtility: ImageReel" | |
| }, | |
| "order":27 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"IMAGE", | |
| "links":[ | |
| 237, | |
| 259, | |
| 295 | |
| ], | |
| "label":"IMAGE", | |
| "type":"IMAGE", | |
| "localized_name":"IMAGE" | |
| }, | |
| { | |
| "name":"MASK", | |
| "links":[ | |
| ], | |
| "label":"MASK", | |
| "type":"MASK", | |
| "localized_name":"MASK" | |
| } | |
| ], | |
| "size":[ | |
| 338.3213806152344, | |
| 472.665283203125 | |
| ], | |
| "pos":[ | |
| -760.252685546875, | |
| -343.9005126953125 | |
| ], | |
| "widgets_values":[ | |
| "pasted/45394619415d070610d711b6e4bbf2cfb487391696fcfc22afbae41fd816c650.png", | |
| "image" | |
| ], | |
| "inputs":[ | |
| { | |
| "widget":{ | |
| "name":"image" | |
| }, | |
| "name":"image", | |
| "label":"image", | |
| "type":"COMBO", | |
| "localized_name":"image" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"upload" | |
| }, | |
| "name":"upload", | |
| "label":"upload", | |
| "type":"IMAGEUPLOAD", | |
| "localized_name":"choose file to upload" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":124, | |
| "type":"LoadImage", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.3.50", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| "image":true, | |
| "upload":true | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.1" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"LoadImage", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":3 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "shape":3, | |
| "name":"image_urls", | |
| "label":"image_urls", | |
| "dir":4, | |
| "type":"STRING" | |
| } | |
| ], | |
| "size":[ | |
| 802.2872314453125, | |
| 586.6801147460938 | |
| ], | |
| "pos":[ | |
| -190.98643493652344, | |
| 1353.9114990234375 | |
| ], | |
| "widgets_values":[ | |
| [ | |
| { | |
| "name":"A", | |
| "selected":true, | |
| "url":"/view?filename=rgthree.compare._temp_flkns_00001_prkve_1768315731.jpg&type=temp&subfolder=&rand=0.2789968666759096&Rh-Comfy-Auth=eyJ1c2VySWQiOiIyNDI4YjA1NDA0MTZjMWUyZTQ1MTdmZGY0MDBmNjYyNiIsInNpZ25FeHBpcmUiOjE3Njg5MjAxMjY0ODEsInRzIjoxNzY4MzE1MzI2NDgxLCJzaWduIjoiMGRlNDE1Y2NhMjNlZGZjOTNhMzIzYTUzMzU5YTc2ZDkifQ==&Rh-Identify=2428b0540416c1e2e4517fdf400f6626" | |
| }, | |
| { | |
| "name":"B", | |
| "selected":true, | |
| "url":"/view?filename=rgthree.compare._temp_flkns_00002_obvzb_1768315733.jpg&type=temp&subfolder=&rand=0.6155053765715766&Rh-Comfy-Auth=eyJ1c2VySWQiOiIyNDI4YjA1NDA0MTZjMWUyZTQ1MTdmZGY0MDBmNjYyNiIsInNpZ25FeHBpcmUiOjE3Njg5MjAxMjY0ODEsInRzIjoxNzY4MzE1MzI2NDgxLCJzaWduIjoiMGRlNDE1Y2NhMjNlZGZjOTNhMzIzYTUzMzU5YTc2ZDkifQ==&Rh-Identify=2428b0540416c1e2e4517fdf400f6626" | |
| } | |
| ] | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"image_a", | |
| "link":287, | |
| "label":"image_a", | |
| "dir":3, | |
| "type":"IMAGE" | |
| }, | |
| { | |
| "name":"image_b", | |
| "link":288, | |
| "label":"image_b", | |
| "dir":3, | |
| "type":"IMAGE" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":130, | |
| "type":"Image Comparer (rgthree)", | |
| "properties":{ | |
| "comparer_mode":"Slide", | |
| "widget_ue_connectable":{ | |
| } | |
| }, | |
| "order":22 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"image_urls", | |
| "label":"image_urls", | |
| "type":"STRING", | |
| "localized_name":"image_urls" | |
| } | |
| ], | |
| "size":[ | |
| 347.6570129394531, | |
| 315.0974426269531 | |
| ], | |
| "pos":[ | |
| -189.77249145507812, | |
| 2017.05126953125 | |
| ], | |
| "widgets_values":[ | |
| "ComfyUI" | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"images", | |
| "link":289, | |
| "label":"images", | |
| "type":"IMAGE", | |
| "localized_name":"images" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"filename_prefix" | |
| }, | |
| "name":"filename_prefix", | |
| "label":"filename_prefix", | |
| "type":"STRING", | |
| "localized_name":"filename_prefix" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":132, | |
| "type":"SaveImage", | |
| "properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "Node name for S&R":"SaveImage" | |
| }, | |
| "order":23 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"image_urls", | |
| "label":"image_urls", | |
| "type":"STRING", | |
| "localized_name":"image_urls" | |
| } | |
| ], | |
| "size":[ | |
| 333.0303955078125, | |
| 270 | |
| ], | |
| "pos":[ | |
| 1955.798828125, | |
| 964.4364013671875 | |
| ], | |
| "widgets_values":[ | |
| "ComfyUI" | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"images", | |
| "link":271, | |
| "label":"images", | |
| "type":"IMAGE", | |
| "localized_name":"images" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"filename_prefix" | |
| }, | |
| "name":"filename_prefix", | |
| "label":"filename_prefix", | |
| "type":"STRING", | |
| "localized_name":"filename_prefix" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":127, | |
| "type":"SaveImage", | |
| "properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "Node name for S&R":"SaveImage" | |
| }, | |
| "order":26 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"IMAGE", | |
| "links":[ | |
| 258, | |
| 288, | |
| 296, | |
| 297 | |
| ], | |
| "label":"IMAGE", | |
| "type":"IMAGE", | |
| "localized_name":"IMAGE" | |
| }, | |
| { | |
| "name":"MASK", | |
| "label":"MASK", | |
| "type":"MASK", | |
| "localized_name":"MASK" | |
| } | |
| ], | |
| "size":[ | |
| 342.171875, | |
| 523.9375 | |
| ], | |
| "pos":[ | |
| -114.22718048095703, | |
| -373.2690124511719 | |
| ], | |
| "widgets_values":[ | |
| "pasted/4f4e6b25cf464d5c172f565ded3e076f28d2fa10ffac0e3df3b1b96792cc9ce3.png", | |
| "image" | |
| ], | |
| "inputs":[ | |
| { | |
| "widget":{ | |
| "name":"image" | |
| }, | |
| "name":"image", | |
| "label":"image", | |
| "type":"COMBO", | |
| "localized_name":"image" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"upload" | |
| }, | |
| "name":"upload", | |
| "label":"upload", | |
| "type":"IMAGEUPLOAD", | |
| "localized_name":"choose file to upload" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":102, | |
| "type":"LoadImage", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.3.50", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| "image":true, | |
| "upload":true | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.1" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"LoadImage", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":4 | |
| }, | |
| { | |
| "outputs":[ | |
| ], | |
| "color":"#432", | |
| "widgets_values":[ | |
| "使用教程:\nhttps://www.bilibili.com/video/BV1enrjBMECz/\n\nYoutube:\nhttps://youtu.be/9Vyxjty9Qao" | |
| ], | |
| "inputs":[ | |
| ], | |
| "flags":{ | |
| }, | |
| "type":"Note", | |
| "mode":0, | |
| "bgcolor":"#653", | |
| "size":[ | |
| 666.541259765625, | |
| 429.7931823730469 | |
| ], | |
| "pos":[ | |
| 565.0198364257812, | |
| -373.8766174316406 | |
| ], | |
| "id":136, | |
| "properties":{ | |
| }, | |
| "order":5 | |
| } | |
| ], | |
| "extra":{ | |
| "VHS_KeepIntermediate":true, | |
| "links_added_by_ue":[ | |
| ], | |
| "VHS_MetadataImage":true, | |
| "ue_links":[ | |
| ], | |
| "0246.VERSION":[ | |
| 0, | |
| 0, | |
| 4 | |
| ], | |
| "workflowRendererVersion":"LG", | |
| "VHS_latentpreviewrate":0, | |
| "frontendVersion":"1.35.9", | |
| "VHS_latentpreview":false, | |
| "groupNodes":{ | |
| }, | |
| "ds":{ | |
| "offset":[ | |
| 848.9561643411166, | |
| 725.3693247722028 | |
| ], | |
| "scale":1.061076460950001 | |
| } | |
| }, | |
| "groups":[ | |
| { | |
| "color":"#88A", | |
| "font_size":24, | |
| "flags":{ | |
| }, | |
| "id":5, | |
| "title":"Picture1-图1", | |
| "bounding":[ | |
| -774.8306274414062, | |
| -448.57196044921875, | |
| 609.638427734375, | |
| 616.7652587890625 | |
| ] | |
| }, | |
| { | |
| "color":"#8A8", | |
| "font_size":24, | |
| "flags":{ | |
| }, | |
| "id":6, | |
| "title":"Picture2-图2", | |
| "bounding":[ | |
| -139.32005310058594, | |
| -450.685791015625, | |
| 631.033935546875, | |
| 615.8532104492188 | |
| ] | |
| }, | |
| { | |
| "color":"#3f789e", | |
| "font_size":24, | |
| "flags":{ | |
| }, | |
| "id":12, | |
| "title":"2511", | |
| "bounding":[ | |
| -769.6430053710938, | |
| 250.9041290283203, | |
| 3199.4453125, | |
| 954.3021240234375 | |
| ] | |
| }, | |
| { | |
| "color":"#3f789e", | |
| "font_size":24, | |
| "flags":{ | |
| }, | |
| "id":13, | |
| "title":"2509", | |
| "bounding":[ | |
| -760.2032470703125, | |
| 1255.3045654296875, | |
| 1461.13134765625, | |
| 1115.60009765625 | |
| ] | |
| }, | |
| { | |
| "color":"#3f789e", | |
| "font_size":24, | |
| "flags":{ | |
| }, | |
| "id":14, | |
| "title":"对比", | |
| "bounding":[ | |
| 758.2677001953125, | |
| 1251.5516357421875, | |
| 1697.0557861328125, | |
| 1130.8365478515625 | |
| ] | |
| } | |
| ], | |
| "links":[ | |
| [ | |
| 229, | |
| 123, | |
| 0, | |
| 99, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 237, | |
| 124, | |
| 0, | |
| 106, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 238, | |
| 108, | |
| 0, | |
| 107, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 239, | |
| 117, | |
| 0, | |
| 108, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 240, | |
| 110, | |
| 0, | |
| 109, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 241, | |
| 111, | |
| 0, | |
| 109, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 243, | |
| 120, | |
| 0, | |
| 110, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 244, | |
| 122, | |
| 0, | |
| 110, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 245, | |
| 118, | |
| 0, | |
| 110, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 246, | |
| 109, | |
| 0, | |
| 113, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 247, | |
| 109, | |
| 0, | |
| 114, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 248, | |
| 115, | |
| 0, | |
| 116, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 249, | |
| 116, | |
| 0, | |
| 117, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 250, | |
| 111, | |
| 0, | |
| 118, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 251, | |
| 112, | |
| 0, | |
| 119, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 252, | |
| 111, | |
| 0, | |
| 119, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 254, | |
| 119, | |
| 0, | |
| 120, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 255, | |
| 112, | |
| 0, | |
| 121, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 256, | |
| 111, | |
| 0, | |
| 121, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 257, | |
| 121, | |
| 0, | |
| 122, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 258, | |
| 102, | |
| 0, | |
| 123, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 259, | |
| 124, | |
| 0, | |
| 125, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 270, | |
| 125, | |
| 0, | |
| 113, | |
| 1, | |
| "IMAGE" | |
| ], | |
| [ | |
| 271, | |
| 109, | |
| 0, | |
| 127, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 276, | |
| 107, | |
| 0, | |
| 110, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 277, | |
| 125, | |
| 0, | |
| 119, | |
| 2, | |
| "IMAGE" | |
| ], | |
| [ | |
| 278, | |
| 125, | |
| 0, | |
| 121, | |
| 2, | |
| "IMAGE" | |
| ], | |
| [ | |
| 279, | |
| 125, | |
| 0, | |
| 118, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 280, | |
| 123, | |
| 0, | |
| 119, | |
| 3, | |
| "IMAGE" | |
| ], | |
| [ | |
| 281, | |
| 123, | |
| 0, | |
| 121, | |
| 3, | |
| "IMAGE" | |
| ], | |
| [ | |
| 282, | |
| 107, | |
| 0, | |
| 128, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 283, | |
| 112, | |
| 0, | |
| 128, | |
| 1, | |
| "CLIP" | |
| ], | |
| [ | |
| 284, | |
| 111, | |
| 0, | |
| 128, | |
| 2, | |
| "VAE" | |
| ], | |
| [ | |
| 285, | |
| 106, | |
| 0, | |
| 128, | |
| 14, | |
| "INT" | |
| ], | |
| [ | |
| 286, | |
| 106, | |
| 1, | |
| 128, | |
| 15, | |
| "INT" | |
| ], | |
| [ | |
| 287, | |
| 128, | |
| 0, | |
| 130, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 288, | |
| 102, | |
| 0, | |
| 130, | |
| 1, | |
| "IMAGE" | |
| ], | |
| [ | |
| 289, | |
| 128, | |
| 0, | |
| 132, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 290, | |
| 134, | |
| 0, | |
| 133, | |
| 0, | |
| "Reel" | |
| ], | |
| [ | |
| 291, | |
| 133, | |
| 0, | |
| 135, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 293, | |
| 109, | |
| 0, | |
| 134, | |
| 1, | |
| "IMAGE" | |
| ], | |
| [ | |
| 294, | |
| 128, | |
| 0, | |
| 134, | |
| 2, | |
| "IMAGE" | |
| ], | |
| [ | |
| 295, | |
| 124, | |
| 0, | |
| 128, | |
| 3, | |
| "IMAGE" | |
| ], | |
| [ | |
| 296, | |
| 102, | |
| 0, | |
| 128, | |
| 4, | |
| "IMAGE" | |
| ], | |
| [ | |
| 297, | |
| 102, | |
| 0, | |
| 134, | |
| 0, | |
| "IMAGE" | |
| ] | |
| ], | |
| "id":"ad18abd3-bdee-4f80-8fae-d15d4f845b9d", | |
| "config":{ | |
| }, | |
| "version":0.4, | |
| "last_node_id":136, | |
| "revision":0 | |
| } |