Instructions to use Leon1000/Flux2-Klein-9B-Consistency with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Leon1000/Flux2-Klein-9B-Consistency 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("black-forest-labs/FLUX.2-klein-9B", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Leon1000/Flux2-Klein-9B-Consistency") 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] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
| { | |
| "last_link_id":457, | |
| "nodes":[ | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"CONDITIONING", | |
| "links":[ | |
| 406 | |
| ], | |
| "label":"CONDITIONING", | |
| "type":"CONDITIONING", | |
| "localized_name":"CONDITIONING" | |
| } | |
| ], | |
| "size":[ | |
| 210, | |
| 46 | |
| ], | |
| "pos":[ | |
| 2273.572021484375, | |
| 2388.30859375 | |
| ], | |
| "widgets_values":[ | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"conditioning", | |
| "link":393, | |
| "label":"conditioning", | |
| "type":"CONDITIONING", | |
| "localized_name":"conditioning" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"latent", | |
| "link":394, | |
| "label":"latent", | |
| "type":"LATENT", | |
| "localized_name":"latent" | |
| } | |
| ], | |
| "flags":{ | |
| "collapsed":false | |
| }, | |
| "id":242, | |
| "type":"ReferenceLatent", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"ReferenceLatent", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":24 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"CONDITIONING", | |
| "links":[ | |
| 396 | |
| ], | |
| "label":"CONDITIONING", | |
| "type":"CONDITIONING", | |
| "localized_name":"CONDITIONING" | |
| } | |
| ], | |
| "size":[ | |
| 204.134765625, | |
| 26 | |
| ], | |
| "pos":[ | |
| 2287.326416015625, | |
| 2287.4814453125 | |
| ], | |
| "widgets_values":[ | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"conditioning", | |
| "link":395, | |
| "label":"conditioning", | |
| "type":"CONDITIONING", | |
| "localized_name":"conditioning" | |
| } | |
| ], | |
| "flags":{ | |
| "collapsed":false | |
| }, | |
| "id":243, | |
| "type":"ConditioningZeroOut", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"ConditioningZeroOut", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":22 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"CONDITIONING", | |
| "links":[ | |
| 407 | |
| ], | |
| "label":"CONDITIONING", | |
| "type":"CONDITIONING", | |
| "localized_name":"CONDITIONING" | |
| } | |
| ], | |
| "size":[ | |
| 204.134765625, | |
| 46 | |
| ], | |
| "pos":[ | |
| 2272.455078125, | |
| 2486.87646484375 | |
| ], | |
| "widgets_values":[ | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"conditioning", | |
| "link":396, | |
| "label":"conditioning", | |
| "type":"CONDITIONING", | |
| "localized_name":"conditioning" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"latent", | |
| "link":397, | |
| "label":"latent", | |
| "type":"LATENT", | |
| "localized_name":"latent" | |
| } | |
| ], | |
| "flags":{ | |
| "collapsed":false | |
| }, | |
| "id":244, | |
| "type":"ReferenceLatent", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"ReferenceLatent", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":30 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"output", | |
| "links":[ | |
| 443 | |
| ], | |
| "label":"output", | |
| "type":"LATENT", | |
| "localized_name":"output" | |
| }, | |
| { | |
| "name":"denoised_output", | |
| "links":[ | |
| ], | |
| "label":"denoised_output", | |
| "type":"LATENT", | |
| "localized_name":"denoised_output" | |
| } | |
| ], | |
| "size":[ | |
| 212.36386108398438, | |
| 326 | |
| ], | |
| "pos":[ | |
| 2897.9296875, | |
| 2296.87744140625 | |
| ], | |
| "widgets_values":[ | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"noise", | |
| "link":398, | |
| "label":"noise", | |
| "type":"NOISE", | |
| "localized_name":"noise" | |
| }, | |
| { | |
| "name":"guider", | |
| "link":399, | |
| "label":"guider", | |
| "type":"GUIDER", | |
| "localized_name":"guider" | |
| }, | |
| { | |
| "name":"sampler", | |
| "link":400, | |
| "label":"sampler", | |
| "type":"SAMPLER", | |
| "localized_name":"sampler" | |
| }, | |
| { | |
| "name":"sigmas", | |
| "link":401, | |
| "label":"sigmas", | |
| "type":"SIGMAS", | |
| "localized_name":"sigmas" | |
| }, | |
| { | |
| "name":"latent_image", | |
| "link":402, | |
| "label":"latent_image", | |
| "type":"LATENT", | |
| "localized_name":"latent_image" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":245, | |
| "type":"SamplerCustomAdvanced", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"SamplerCustomAdvanced", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":34 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"LATENT", | |
| "links":[ | |
| 394, | |
| 397 | |
| ], | |
| "label":"LATENT", | |
| "type":"LATENT", | |
| "localized_name":"LATENT" | |
| } | |
| ], | |
| "size":[ | |
| 190, | |
| 46 | |
| ], | |
| "pos":[ | |
| 2248.911865234375, | |
| 2569.751708984375 | |
| ], | |
| "widgets_values":[ | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"pixels", | |
| "link":403, | |
| "label":"pixels", | |
| "type":"IMAGE", | |
| "localized_name":"pixels" | |
| }, | |
| { | |
| "name":"vae", | |
| "link":404, | |
| "label":"vae", | |
| "type":"VAE", | |
| "localized_name":"vae" | |
| } | |
| ], | |
| "flags":{ | |
| "collapsed":false | |
| }, | |
| "id":246, | |
| "type":"VAEEncode", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"VAEEncode", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":18 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"GUIDER", | |
| "links":[ | |
| 399 | |
| ], | |
| "label":"GUIDER", | |
| "type":"GUIDER", | |
| "localized_name":"GUIDER" | |
| } | |
| ], | |
| "size":[ | |
| 270, | |
| 98 | |
| ], | |
| "pos":[ | |
| 2579.744384765625, | |
| 2424.07421875 | |
| ], | |
| "widgets_values":[ | |
| 1 | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"model", | |
| "link":405, | |
| "label":"model", | |
| "type":"MODEL", | |
| "localized_name":"model" | |
| }, | |
| { | |
| "name":"positive", | |
| "link":406, | |
| "label":"positive", | |
| "type":"CONDITIONING", | |
| "localized_name":"positive" | |
| }, | |
| { | |
| "name":"negative", | |
| "link":407, | |
| "label":"negative", | |
| "type":"CONDITIONING", | |
| "localized_name":"negative" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"cfg" | |
| }, | |
| "name":"cfg", | |
| "label":"cfg", | |
| "type":"FLOAT", | |
| "localized_name":"cfg" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":247, | |
| "type":"CFGGuider", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"CFGGuider", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":32 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"image_urls", | |
| "label":"image_urls", | |
| "type":"STRING", | |
| "localized_name":"image_urls" | |
| } | |
| ], | |
| "size":[ | |
| 549.3881225585938, | |
| 630.5155639648438 | |
| ], | |
| "pos":[ | |
| 3987.73291015625, | |
| 2234.2138671875 | |
| ], | |
| "widgets_values":[ | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"images", | |
| "link":408, | |
| "label":"images", | |
| "type":"IMAGE", | |
| "localized_name":"images" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":248, | |
| "type":"PreviewImage", | |
| "properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "Node name for S&R":"PreviewImage" | |
| }, | |
| "order":38 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"LATENT", | |
| "links":[ | |
| 402 | |
| ], | |
| "label":"LATENT", | |
| "type":"LATENT", | |
| "localized_name":"LATENT" | |
| } | |
| ], | |
| "size":[ | |
| 270, | |
| 106 | |
| ], | |
| "pos":[ | |
| 2523.369384765625, | |
| 2670.724853515625 | |
| ], | |
| "widgets_values":[ | |
| 1024, | |
| 1024, | |
| 1 | |
| ], | |
| "inputs":[ | |
| { | |
| "widget":{ | |
| "name":"width" | |
| }, | |
| "name":"width", | |
| "link":409, | |
| "label":"width", | |
| "type":"INT", | |
| "localized_name":"width" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"height" | |
| }, | |
| "name":"height", | |
| "link":410, | |
| "label":"height", | |
| "type":"INT", | |
| "localized_name":"height" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"batch_size" | |
| }, | |
| "name":"batch_size", | |
| "label":"batch_size", | |
| "type":"INT", | |
| "localized_name":"batch_size" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":249, | |
| "type":"EmptyFlux2LatentImage", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| "width":true, | |
| "height":true | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"EmptyFlux2LatentImage", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":25 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"width", | |
| "links":[ | |
| 409 | |
| ], | |
| "label":"width", | |
| "type":"INT", | |
| "localized_name":"width" | |
| }, | |
| { | |
| "name":"height", | |
| "links":[ | |
| 410, | |
| 433, | |
| 434 | |
| ], | |
| "label":"height", | |
| "type":"INT", | |
| "localized_name":"height" | |
| }, | |
| { | |
| "name":"batch_size", | |
| "links":[ | |
| ], | |
| "label":"batch_size", | |
| "type":"INT", | |
| "localized_name":"batch_size" | |
| } | |
| ], | |
| "size":[ | |
| 184.75840759277344, | |
| 124 | |
| ], | |
| "pos":[ | |
| 2286.521484375, | |
| 2670.049560546875 | |
| ], | |
| "widgets_values":[ | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"image", | |
| "link":411, | |
| "label":"image", | |
| "type":"IMAGE", | |
| "localized_name":"image" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":250, | |
| "type":"GetImageSize", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"GetImageSize", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":19 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"VAE", | |
| "links":[ | |
| 404, | |
| 444 | |
| ], | |
| "label":"VAE", | |
| "type":"VAE", | |
| "localized_name":"VAE" | |
| } | |
| ], | |
| "size":[ | |
| 364.4270935058594, | |
| 58 | |
| ], | |
| "pos":[ | |
| 1054.3062744140625, | |
| 2747.018310546875 | |
| ], | |
| "widgets_values":[ | |
| "flux2-vae.safetensors" | |
| ], | |
| "inputs":[ | |
| { | |
| "widget":{ | |
| "name":"vae_name" | |
| }, | |
| "name":"vae_name", | |
| "label":"vae_name", | |
| "type":"COMBO", | |
| "localized_name":"vae_name" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":251, | |
| "type":"VAELoader", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "models":[ | |
| { | |
| "directory_invalid":true, | |
| "name":"flux2-vae.safetensors", | |
| "directory":"vae", | |
| "url":"https://huggingface.co/Comfy-Org/flux2-dev/resolve/main/split_files/vae/flux2-vae.safetensors" | |
| } | |
| ], | |
| "ver":"0.8.2", | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"VAELoader", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":0 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"CONDITIONING", | |
| "links":[ | |
| 425 | |
| ], | |
| "label":"CONDITIONING", | |
| "type":"CONDITIONING", | |
| "localized_name":"CONDITIONING" | |
| } | |
| ], | |
| "size":[ | |
| 210, | |
| 46 | |
| ], | |
| "pos":[ | |
| 2265.640625, | |
| 3159.253662109375 | |
| ], | |
| "widgets_values":[ | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"conditioning", | |
| "link":412, | |
| "label":"conditioning", | |
| "type":"CONDITIONING", | |
| "localized_name":"conditioning" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"latent", | |
| "link":413, | |
| "label":"latent", | |
| "type":"LATENT", | |
| "localized_name":"latent" | |
| } | |
| ], | |
| "flags":{ | |
| "collapsed":false | |
| }, | |
| "id":252, | |
| "type":"ReferenceLatent", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"ReferenceLatent", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":27 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"CONDITIONING", | |
| "links":[ | |
| 415 | |
| ], | |
| "label":"CONDITIONING", | |
| "type":"CONDITIONING", | |
| "localized_name":"CONDITIONING" | |
| } | |
| ], | |
| "size":[ | |
| 204.134765625, | |
| 26 | |
| ], | |
| "pos":[ | |
| 2279.39501953125, | |
| 3058.426513671875 | |
| ], | |
| "widgets_values":[ | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"conditioning", | |
| "link":414, | |
| "label":"conditioning", | |
| "type":"CONDITIONING", | |
| "localized_name":"conditioning" | |
| } | |
| ], | |
| "flags":{ | |
| "collapsed":false | |
| }, | |
| "id":253, | |
| "type":"ConditioningZeroOut", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"ConditioningZeroOut", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":23 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"CONDITIONING", | |
| "links":[ | |
| 426 | |
| ], | |
| "label":"CONDITIONING", | |
| "type":"CONDITIONING", | |
| "localized_name":"CONDITIONING" | |
| } | |
| ], | |
| "size":[ | |
| 204.134765625, | |
| 46 | |
| ], | |
| "pos":[ | |
| 2264.5234375, | |
| 3257.822021484375 | |
| ], | |
| "widgets_values":[ | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"conditioning", | |
| "link":415, | |
| "label":"conditioning", | |
| "type":"CONDITIONING", | |
| "localized_name":"conditioning" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"latent", | |
| "link":416, | |
| "label":"latent", | |
| "type":"LATENT", | |
| "localized_name":"latent" | |
| } | |
| ], | |
| "flags":{ | |
| "collapsed":false | |
| }, | |
| "id":254, | |
| "type":"ReferenceLatent", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"ReferenceLatent", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":31 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"output", | |
| "links":[ | |
| 445 | |
| ], | |
| "label":"output", | |
| "type":"LATENT", | |
| "localized_name":"output" | |
| }, | |
| { | |
| "name":"denoised_output", | |
| "links":[ | |
| ], | |
| "label":"denoised_output", | |
| "type":"LATENT", | |
| "localized_name":"denoised_output" | |
| } | |
| ], | |
| "size":[ | |
| 212.36386108398438, | |
| 326 | |
| ], | |
| "pos":[ | |
| 2889.99853515625, | |
| 3067.822509765625 | |
| ], | |
| "widgets_values":[ | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"noise", | |
| "link":417, | |
| "label":"noise", | |
| "type":"NOISE", | |
| "localized_name":"noise" | |
| }, | |
| { | |
| "name":"guider", | |
| "link":418, | |
| "label":"guider", | |
| "type":"GUIDER", | |
| "localized_name":"guider" | |
| }, | |
| { | |
| "name":"sampler", | |
| "link":419, | |
| "label":"sampler", | |
| "type":"SAMPLER", | |
| "localized_name":"sampler" | |
| }, | |
| { | |
| "name":"sigmas", | |
| "link":420, | |
| "label":"sigmas", | |
| "type":"SIGMAS", | |
| "localized_name":"sigmas" | |
| }, | |
| { | |
| "name":"latent_image", | |
| "link":421, | |
| "label":"latent_image", | |
| "type":"LATENT", | |
| "localized_name":"latent_image" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":255, | |
| "type":"SamplerCustomAdvanced", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"SamplerCustomAdvanced", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":35 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"LATENT", | |
| "links":[ | |
| 413, | |
| 416 | |
| ], | |
| "label":"LATENT", | |
| "type":"LATENT", | |
| "localized_name":"LATENT" | |
| } | |
| ], | |
| "size":[ | |
| 190, | |
| 46 | |
| ], | |
| "pos":[ | |
| 2240.980224609375, | |
| 3340.697998046875 | |
| ], | |
| "widgets_values":[ | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"pixels", | |
| "link":422, | |
| "label":"pixels", | |
| "type":"IMAGE", | |
| "localized_name":"pixels" | |
| }, | |
| { | |
| "name":"vae", | |
| "link":423, | |
| "label":"vae", | |
| "type":"VAE", | |
| "localized_name":"vae" | |
| } | |
| ], | |
| "flags":{ | |
| "collapsed":false | |
| }, | |
| "id":256, | |
| "type":"VAEEncode", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"VAEEncode", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":20 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"GUIDER", | |
| "links":[ | |
| 418 | |
| ], | |
| "label":"GUIDER", | |
| "type":"GUIDER", | |
| "localized_name":"GUIDER" | |
| } | |
| ], | |
| "size":[ | |
| 270, | |
| 98 | |
| ], | |
| "pos":[ | |
| 2571.812744140625, | |
| 3195.019775390625 | |
| ], | |
| "widgets_values":[ | |
| 1 | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"model", | |
| "link":424, | |
| "label":"model", | |
| "type":"MODEL", | |
| "localized_name":"model" | |
| }, | |
| { | |
| "name":"positive", | |
| "link":425, | |
| "label":"positive", | |
| "type":"CONDITIONING", | |
| "localized_name":"positive" | |
| }, | |
| { | |
| "name":"negative", | |
| "link":426, | |
| "label":"negative", | |
| "type":"CONDITIONING", | |
| "localized_name":"negative" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"cfg" | |
| }, | |
| "name":"cfg", | |
| "label":"cfg", | |
| "type":"FLOAT", | |
| "localized_name":"cfg" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":257, | |
| "type":"CFGGuider", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"CFGGuider", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":33 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"image_urls", | |
| "label":"image_urls", | |
| "type":"STRING", | |
| "localized_name":"image_urls" | |
| } | |
| ], | |
| "size":[ | |
| 549.3881225585938, | |
| 630.5155639648438 | |
| ], | |
| "pos":[ | |
| 3979.80126953125, | |
| 3005.158447265625 | |
| ], | |
| "widgets_values":[ | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"images", | |
| "link":427, | |
| "label":"images", | |
| "type":"IMAGE", | |
| "localized_name":"images" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":258, | |
| "type":"PreviewImage", | |
| "properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "Node name for S&R":"PreviewImage" | |
| }, | |
| "order":41 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"LATENT", | |
| "links":[ | |
| 421 | |
| ], | |
| "label":"LATENT", | |
| "type":"LATENT", | |
| "localized_name":"LATENT" | |
| } | |
| ], | |
| "size":[ | |
| 270, | |
| 106 | |
| ], | |
| "pos":[ | |
| 2515.437744140625, | |
| 3441.671142578125 | |
| ], | |
| "widgets_values":[ | |
| 1024, | |
| 1024, | |
| 1 | |
| ], | |
| "inputs":[ | |
| { | |
| "widget":{ | |
| "name":"width" | |
| }, | |
| "name":"width", | |
| "link":428, | |
| "label":"width", | |
| "type":"INT", | |
| "localized_name":"width" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"height" | |
| }, | |
| "name":"height", | |
| "link":429, | |
| "label":"height", | |
| "type":"INT", | |
| "localized_name":"height" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"batch_size" | |
| }, | |
| "name":"batch_size", | |
| "label":"batch_size", | |
| "type":"INT", | |
| "localized_name":"batch_size" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":259, | |
| "type":"EmptyFlux2LatentImage", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| "width":true, | |
| "height":true | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"EmptyFlux2LatentImage", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":28 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"width", | |
| "links":[ | |
| 428 | |
| ], | |
| "label":"width", | |
| "type":"INT", | |
| "localized_name":"width" | |
| }, | |
| { | |
| "name":"height", | |
| "links":[ | |
| 429, | |
| 456, | |
| 457 | |
| ], | |
| "label":"height", | |
| "type":"INT", | |
| "localized_name":"height" | |
| }, | |
| { | |
| "name":"batch_size", | |
| "links":[ | |
| ], | |
| "label":"batch_size", | |
| "type":"INT", | |
| "localized_name":"batch_size" | |
| } | |
| ], | |
| "size":[ | |
| 184.75840759277344, | |
| 124 | |
| ], | |
| "pos":[ | |
| 2278.590087890625, | |
| 3440.995849609375 | |
| ], | |
| "widgets_values":[ | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"image", | |
| "link":430, | |
| "label":"image", | |
| "type":"IMAGE", | |
| "localized_name":"image" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":260, | |
| "type":"GetImageSize", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"GetImageSize", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":21 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"VAE", | |
| "links":[ | |
| 423, | |
| 446 | |
| ], | |
| "label":"VAE", | |
| "type":"VAE", | |
| "localized_name":"VAE" | |
| } | |
| ], | |
| "size":[ | |
| 364.4270935058594, | |
| 58 | |
| ], | |
| "pos":[ | |
| 1046.3748779296875, | |
| 3517.965087890625 | |
| ], | |
| "widgets_values":[ | |
| "flux2-vae.safetensors" | |
| ], | |
| "inputs":[ | |
| { | |
| "widget":{ | |
| "name":"vae_name" | |
| }, | |
| "name":"vae_name", | |
| "label":"vae_name", | |
| "type":"COMBO", | |
| "localized_name":"vae_name" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":261, | |
| "type":"VAELoader", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "models":[ | |
| { | |
| "directory_invalid":true, | |
| "name":"flux2-vae.safetensors", | |
| "directory":"vae", | |
| "url":"https://huggingface.co/Comfy-Org/flux2-dev/resolve/main/split_files/vae/flux2-vae.safetensors" | |
| } | |
| ], | |
| "ver":"0.8.2", | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"VAELoader", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":1 | |
| }, | |
| { | |
| "outputs":[ | |
| { | |
| "name":"SIGMAS", | |
| "links":[ | |
| 401 | |
| ], | |
| "label":"SIGMAS", | |
| "type":"SIGMAS", | |
| "localized_name":"SIGMAS" | |
| } | |
| ], | |
| "color":"#232", | |
| "widgets_values":[ | |
| 8, | |
| 1024, | |
| 1024 | |
| ], | |
| "inputs":[ | |
| { | |
| "widget":{ | |
| "name":"steps" | |
| }, | |
| "name":"steps", | |
| "label":"steps", | |
| "type":"INT", | |
| "localized_name":"steps" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"width" | |
| }, | |
| "name":"width", | |
| "link":433, | |
| "label":"width", | |
| "type":"INT", | |
| "localized_name":"width" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"height" | |
| }, | |
| "name":"height", | |
| "link":434, | |
| "label":"height", | |
| "type":"INT", | |
| "localized_name":"height" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "type":"Flux2Scheduler", | |
| "mode":0, | |
| "bgcolor":"#353", | |
| "size":[ | |
| 270, | |
| 106 | |
| ], | |
| "pos":[ | |
| 1860.593994140625, | |
| 2708.752685546875 | |
| ], | |
| "id":263, | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| "width":true, | |
| "height":true | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"Flux2Scheduler", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":26 | |
| }, | |
| { | |
| "outputs":[ | |
| { | |
| "name":"IMAGE", | |
| "links":[ | |
| 403, | |
| 411, | |
| 455 | |
| ], | |
| "label":"IMAGE", | |
| "type":"IMAGE", | |
| "localized_name":"IMAGE" | |
| } | |
| ], | |
| "color":"#232", | |
| "widgets_values":[ | |
| "lanczos", | |
| 1, | |
| 1 | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"image", | |
| "link":435, | |
| "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":"#353", | |
| "size":[ | |
| 214.30299377441406, | |
| 106 | |
| ], | |
| "pos":[ | |
| 1593.3980712890625, | |
| 2712.737548828125 | |
| ], | |
| "id":264, | |
| "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":14 | |
| }, | |
| { | |
| "outputs":[ | |
| { | |
| "name":"CONDITIONING", | |
| "slot_index":0, | |
| "links":[ | |
| 393, | |
| 395 | |
| ], | |
| "label":"CONDITIONING", | |
| "type":"CONDITIONING", | |
| "localized_name":"CONDITIONING" | |
| } | |
| ], | |
| "color":"#232", | |
| "widgets_values":[ | |
| "realistic,将三维渲染的游戏画面,变为真实的照片" | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"clip", | |
| "link":436, | |
| "label":"clip", | |
| "type":"CLIP", | |
| "localized_name":"clip" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"text" | |
| }, | |
| "name":"text", | |
| "link":437, | |
| "label":"text", | |
| "type":"STRING", | |
| "localized_name":"text" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "type":"CLIPTextEncode", | |
| "mode":0, | |
| "bgcolor":"#353", | |
| "size":[ | |
| 487.09112548828125, | |
| 221.98118591308594 | |
| ], | |
| "pos":[ | |
| 1630.6832275390625, | |
| 2428.8984375 | |
| ], | |
| "id":265, | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"CLIPTextEncode", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":16 | |
| }, | |
| { | |
| "outputs":[ | |
| { | |
| "name":"CONDITIONING", | |
| "slot_index":0, | |
| "links":[ | |
| 412, | |
| 414 | |
| ], | |
| "label":"CONDITIONING", | |
| "type":"CONDITIONING", | |
| "localized_name":"CONDITIONING" | |
| } | |
| ], | |
| "color":"#232", | |
| "widgets_values":[ | |
| "realistic,将三维渲染的游戏画面,变为真实的照片" | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"clip", | |
| "link":438, | |
| "label":"clip", | |
| "type":"CLIP", | |
| "localized_name":"clip" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"text" | |
| }, | |
| "name":"text", | |
| "link":439, | |
| "label":"text", | |
| "type":"STRING", | |
| "localized_name":"text" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "type":"CLIPTextEncode", | |
| "mode":0, | |
| "bgcolor":"#353", | |
| "size":[ | |
| 487.09112548828125, | |
| 221.98118591308594 | |
| ], | |
| "pos":[ | |
| 1630.2781982421875, | |
| 3172.247314453125 | |
| ], | |
| "id":266, | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"CLIPTextEncode", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":17 | |
| }, | |
| { | |
| "outputs":[ | |
| { | |
| "name":"IMAGE", | |
| "links":[ | |
| 422, | |
| 430, | |
| 432 | |
| ], | |
| "label":"IMAGE", | |
| "type":"IMAGE", | |
| "localized_name":"IMAGE" | |
| } | |
| ], | |
| "color":"#232", | |
| "widgets_values":[ | |
| "lanczos", | |
| 1, | |
| 1 | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"image", | |
| "link":440, | |
| "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":"#353", | |
| "size":[ | |
| 214.30299377441406, | |
| 107.25438690185547 | |
| ], | |
| "pos":[ | |
| 1576.68603515625, | |
| 3477.411865234375 | |
| ], | |
| "id":267, | |
| "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":15 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"MODEL", | |
| "links":[ | |
| 442 | |
| ], | |
| "label":"MODEL", | |
| "type":"MODEL", | |
| "localized_name":"MODEL" | |
| } | |
| ], | |
| "size":[ | |
| 364.4270935058594, | |
| 82 | |
| ], | |
| "pos":[ | |
| 1074.3555908203125, | |
| 2340.74560546875 | |
| ], | |
| "widgets_values":[ | |
| "flux-2-klein-9b-fp8.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":271, | |
| "type":"UNETLoader", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "models":[ | |
| { | |
| "name":"flux-2-klein-4b.safetensors", | |
| "directory":"diffusion_models", | |
| "url":"https://huggingface.co/Comfy-Org/flux2-klein-4B/resolve/main/split_files/diffusion_models/flux-2-klein-4b.safetensors" | |
| } | |
| ], | |
| "ver":"0.8.2", | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"UNETLoader", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":2 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"CLIP", | |
| "links":[ | |
| 436 | |
| ], | |
| "label":"CLIP", | |
| "type":"CLIP", | |
| "localized_name":"CLIP" | |
| } | |
| ], | |
| "size":[ | |
| 364.4270935058594, | |
| 106 | |
| ], | |
| "pos":[ | |
| 1075.0528564453125, | |
| 2470.47900390625 | |
| ], | |
| "widgets_values":[ | |
| "qwen_3_8b_fp8mixed.safetensors", | |
| "flux2", | |
| "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":272, | |
| "type":"CLIPLoader", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "models":[ | |
| { | |
| "name":"qwen_3_4b.safetensors", | |
| "directory":"text_encoders", | |
| "url":"https://huggingface.co/Comfy-Org/flux2-klein-4B/resolve/main/split_files/text_encoders/qwen_3_4b.safetensors" | |
| } | |
| ], | |
| "ver":"0.8.2", | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"CLIPLoader", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":3 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"CLIP", | |
| "links":[ | |
| 438 | |
| ], | |
| "label":"CLIP", | |
| "type":"CLIP", | |
| "localized_name":"CLIP" | |
| } | |
| ], | |
| "size":[ | |
| 364.4270935058594, | |
| 106 | |
| ], | |
| "pos":[ | |
| 1063.7630615234375, | |
| 3216.838623046875 | |
| ], | |
| "widgets_values":[ | |
| "qwen_3_8b_fp8mixed.safetensors", | |
| "flux2", | |
| "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":273, | |
| "type":"CLIPLoader", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "models":[ | |
| { | |
| "name":"qwen_3_4b.safetensors", | |
| "directory":"text_encoders", | |
| "url":"https://huggingface.co/Comfy-Org/flux2-klein-4B/resolve/main/split_files/text_encoders/qwen_3_4b.safetensors" | |
| } | |
| ], | |
| "ver":"0.8.2", | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"CLIPLoader", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":4 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"MODEL", | |
| "links":[ | |
| 441 | |
| ], | |
| "label":"MODEL", | |
| "type":"MODEL", | |
| "localized_name":"MODEL" | |
| } | |
| ], | |
| "size":[ | |
| 364.4270935058594, | |
| 82 | |
| ], | |
| "pos":[ | |
| 1063.0660400390625, | |
| 3087.105224609375 | |
| ], | |
| "widgets_values":[ | |
| "flux-2-klein-9b-fp8.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":274, | |
| "type":"UNETLoader", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "models":[ | |
| { | |
| "name":"flux-2-klein-4b.safetensors", | |
| "directory":"diffusion_models", | |
| "url":"https://huggingface.co/Comfy-Org/flux2-klein-4B/resolve/main/split_files/diffusion_models/flux-2-klein-4b.safetensors" | |
| } | |
| ], | |
| "ver":"0.8.2", | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"UNETLoader", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":5 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"IMAGE", | |
| "slot_index":0, | |
| "links":[ | |
| 408, | |
| 450, | |
| 452, | |
| 454 | |
| ], | |
| "label":"IMAGE", | |
| "type":"IMAGE", | |
| "localized_name":"IMAGE" | |
| } | |
| ], | |
| "size":[ | |
| 176.04461669921875, | |
| 46 | |
| ], | |
| "pos":[ | |
| 3167.532958984375, | |
| 2303.4248046875 | |
| ], | |
| "widgets_values":[ | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"samples", | |
| "link":443, | |
| "label":"samples", | |
| "type":"LATENT", | |
| "localized_name":"samples" | |
| }, | |
| { | |
| "name":"vae", | |
| "link":444, | |
| "label":"vae", | |
| "type":"VAE", | |
| "localized_name":"vae" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":275, | |
| "type":"VAEDecode", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"VAEDecode", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":36 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"IMAGE", | |
| "slot_index":0, | |
| "links":[ | |
| 427, | |
| 431, | |
| 451, | |
| 453 | |
| ], | |
| "label":"IMAGE", | |
| "type":"IMAGE", | |
| "localized_name":"IMAGE" | |
| } | |
| ], | |
| "size":[ | |
| 176.04461669921875, | |
| 46 | |
| ], | |
| "pos":[ | |
| 3159.601318359375, | |
| 3074.369873046875 | |
| ], | |
| "widgets_values":[ | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"samples", | |
| "link":445, | |
| "label":"samples", | |
| "type":"LATENT", | |
| "localized_name":"samples" | |
| }, | |
| { | |
| "name":"vae", | |
| "link":446, | |
| "label":"vae", | |
| "type":"VAE", | |
| "localized_name":"vae" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":276, | |
| "type":"VAEDecode", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"VAEDecode", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":37 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"NOISE", | |
| "links":[ | |
| 398, | |
| 417 | |
| ], | |
| "label":"NOISE", | |
| "type":"NOISE", | |
| "localized_name":"NOISE" | |
| } | |
| ], | |
| "size":[ | |
| 270, | |
| 82 | |
| ], | |
| "pos":[ | |
| 1642.1678466796875, | |
| 1975.273193359375 | |
| ], | |
| "widgets_values":[ | |
| 155021906447079, | |
| "randomize" | |
| ], | |
| "inputs":[ | |
| { | |
| "widget":{ | |
| "name":"noise_seed" | |
| }, | |
| "name":"noise_seed", | |
| "label":"noise_seed", | |
| "type":"INT", | |
| "localized_name":"noise_seed" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":277, | |
| "type":"RandomNoise", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"RandomNoise", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":6 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"image_urls", | |
| "label":"image_urls", | |
| "type":"STRING", | |
| "localized_name":"image_urls" | |
| } | |
| ], | |
| "size":[ | |
| 1680.6976318359375, | |
| 655.6705322265625 | |
| ], | |
| "pos":[ | |
| 2856.078857421875, | |
| 1462.063720703125 | |
| ], | |
| "widgets_values":[ | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"images", | |
| "link":447, | |
| "label":"images", | |
| "type":"IMAGE", | |
| "localized_name":"images" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":278, | |
| "type":"PreviewImage", | |
| "properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "Node name for S&R":"PreviewImage" | |
| }, | |
| "order":46 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"image_urls", | |
| "label":"image_urls", | |
| "type":"STRING", | |
| "localized_name":"image_urls" | |
| } | |
| ], | |
| "size":[ | |
| 270, | |
| 270 | |
| ], | |
| "pos":[ | |
| 4567.86083984375, | |
| 2582.093017578125 | |
| ], | |
| "widgets_values":[ | |
| "ComfyUI" | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"images", | |
| "link":452, | |
| "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":282, | |
| "type":"SaveImage", | |
| "properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "Node name for S&R":"SaveImage" | |
| }, | |
| "order":39 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"image_urls", | |
| "label":"image_urls", | |
| "type":"STRING", | |
| "localized_name":"image_urls" | |
| } | |
| ], | |
| "size":[ | |
| 270, | |
| 270 | |
| ], | |
| "pos":[ | |
| 4572.16845703125, | |
| 3289.040771484375 | |
| ], | |
| "widgets_values":[ | |
| "ComfyUI" | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"images", | |
| "link":453, | |
| "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":283, | |
| "type":"SaveImage", | |
| "properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "Node name for S&R":"SaveImage" | |
| }, | |
| "order":44 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "shape":3, | |
| "name":"image_urls", | |
| "label":"image_urls", | |
| "dir":4, | |
| "type":"STRING" | |
| } | |
| ], | |
| "size":[ | |
| 546.2993774414062, | |
| 618.4581909179688 | |
| ], | |
| "pos":[ | |
| 3423.251220703125, | |
| 2235.216796875 | |
| ], | |
| "widgets_values":[ | |
| [ | |
| { | |
| "name":"A", | |
| "selected":true, | |
| "url":"/view?filename=rgthree.compare._temp_vuvrn_00005_bxzvm_1772420350.jpg&type=temp&subfolder=&rand=0.057807143294422825&Rh-Comfy-Auth=eyJ1c2VySWQiOiIyNDI4YjA1NDA0MTZjMWUyZTQ1MTdmZGY0MDBmNjYyNiIsInNpZ25FeHBpcmUiOjE3NzMwMjUxNTEwMzksInRzIjoxNzcyNDIwMzUxMDM5LCJzaWduIjoiYTdiMDc0YWFlNTgxYmZkZGVhYjgxZDFlMzVhMTNlZDcifQ==&Rh-Identify=2428b0540416c1e2e4517fdf400f6626" | |
| }, | |
| { | |
| "name":"B", | |
| "selected":true, | |
| "url":"/view?filename=rgthree.compare._temp_vuvrn_00006_niyzh_1772420351.jpg&type=temp&subfolder=&rand=0.9630279782399974&Rh-Comfy-Auth=eyJ1c2VySWQiOiIyNDI4YjA1NDA0MTZjMWUyZTQ1MTdmZGY0MDBmNjYyNiIsInNpZ25FeHBpcmUiOjE3NzMwMjUxNTEwMzksInRzIjoxNzcyNDIwMzUxMDM5LCJzaWduIjoiYTdiMDc0YWFlNTgxYmZkZGVhYjgxZDFlMzVhMTNlZDcifQ==&Rh-Identify=2428b0540416c1e2e4517fdf400f6626" | |
| } | |
| ] | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"image_a", | |
| "link":454, | |
| "label":"image_a", | |
| "dir":3, | |
| "type":"IMAGE" | |
| }, | |
| { | |
| "name":"image_b", | |
| "link":455, | |
| "label":"image_b", | |
| "dir":3, | |
| "type":"IMAGE" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":284, | |
| "type":"Image Comparer (rgthree)", | |
| "properties":{ | |
| "cnr_id":"rgthree-comfy", | |
| "ver":"2b9eb36d3e1741e88dbfccade0e08137f7fa2bfb", | |
| "comparer_mode":"Slide", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.3" | |
| }, | |
| "widget_ue_connectable":{ | |
| } | |
| }, | |
| "order":40 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"SAMPLER", | |
| "links":[ | |
| 419 | |
| ], | |
| "label":"SAMPLER", | |
| "type":"SAMPLER", | |
| "localized_name":"SAMPLER" | |
| } | |
| ], | |
| "size":[ | |
| 270, | |
| 58 | |
| ], | |
| "pos":[ | |
| 2851.700439453125, | |
| 3489.233642578125 | |
| ], | |
| "widgets_values":[ | |
| "euler" | |
| ], | |
| "inputs":[ | |
| { | |
| "widget":{ | |
| "name":"sampler_name" | |
| }, | |
| "name":"sampler_name", | |
| "label":"sampler_name", | |
| "type":"COMBO", | |
| "localized_name":"sampler_name" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":285, | |
| "type":"KSamplerSelect", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"KSamplerSelect", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":7 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"SAMPLER", | |
| "links":[ | |
| 400 | |
| ], | |
| "label":"SAMPLER", | |
| "type":"SAMPLER", | |
| "localized_name":"SAMPLER" | |
| } | |
| ], | |
| "size":[ | |
| 270, | |
| 58 | |
| ], | |
| "pos":[ | |
| 2855.079345703125, | |
| 2707.665283203125 | |
| ], | |
| "widgets_values":[ | |
| "euler" | |
| ], | |
| "inputs":[ | |
| { | |
| "widget":{ | |
| "name":"sampler_name" | |
| }, | |
| "name":"sampler_name", | |
| "label":"sampler_name", | |
| "type":"COMBO", | |
| "localized_name":"sampler_name" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":286, | |
| "type":"KSamplerSelect", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"KSamplerSelect", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":8 | |
| }, | |
| { | |
| "outputs":[ | |
| { | |
| "name":"SIGMAS", | |
| "links":[ | |
| 420 | |
| ], | |
| "label":"SIGMAS", | |
| "type":"SIGMAS", | |
| "localized_name":"SIGMAS" | |
| } | |
| ], | |
| "color":"#232", | |
| "widgets_values":[ | |
| 16, | |
| 1024, | |
| 1024 | |
| ], | |
| "inputs":[ | |
| { | |
| "widget":{ | |
| "name":"steps" | |
| }, | |
| "name":"steps", | |
| "label":"steps", | |
| "type":"INT", | |
| "localized_name":"steps" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"width" | |
| }, | |
| "name":"width", | |
| "link":456, | |
| "label":"width", | |
| "type":"INT", | |
| "localized_name":"width" | |
| }, | |
| { | |
| "widget":{ | |
| "name":"height" | |
| }, | |
| "name":"height", | |
| "link":457, | |
| "label":"height", | |
| "type":"INT", | |
| "localized_name":"height" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "type":"Flux2Scheduler", | |
| "mode":0, | |
| "bgcolor":"#353", | |
| "size":[ | |
| 270, | |
| 106 | |
| ], | |
| "pos":[ | |
| 1828.828857421875, | |
| 3472.172607421875 | |
| ], | |
| "id":287, | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "widget_ue_connectable":{ | |
| "width":true, | |
| "height":true | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"Flux2Scheduler", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "tabXOffset":10 | |
| }, | |
| "order":29 | |
| }, | |
| { | |
| "mode":4, | |
| "outputs":[ | |
| { | |
| "name":"MODEL", | |
| "links":[ | |
| 424 | |
| ], | |
| "label":"MODEL", | |
| "type":"MODEL", | |
| "localized_name":"MODEL" | |
| } | |
| ], | |
| "size":[ | |
| 270, | |
| 82 | |
| ], | |
| "pos":[ | |
| 1707.749755859375, | |
| 3019.566650390625 | |
| ], | |
| "widgets_values":[ | |
| "detail-new_000014500.safetensors", | |
| 1 | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"model", | |
| "link":441, | |
| "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":268, | |
| "type":"LoraLoaderModelOnly", | |
| "properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "Node name for S&R":"LoraLoaderModelOnly" | |
| }, | |
| "order":13 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "shape":3, | |
| "name":"image_urls", | |
| "label":"image_urls", | |
| "dir":4, | |
| "type":"STRING" | |
| } | |
| ], | |
| "size":[ | |
| 546.2993774414062, | |
| 618.4581909179688 | |
| ], | |
| "pos":[ | |
| 3407.039306640625, | |
| 3001.457275390625 | |
| ], | |
| "widgets_values":[ | |
| [ | |
| { | |
| "name":"A", | |
| "selected":true, | |
| "url":"/view?filename=rgthree.compare._temp_ayzfv_00005_mytir_1772420375.jpg&type=temp&subfolder=&rand=0.7664489496491514&Rh-Comfy-Auth=eyJ1c2VySWQiOiIyNDI4YjA1NDA0MTZjMWUyZTQ1MTdmZGY0MDBmNjYyNiIsInNpZ25FeHBpcmUiOjE3NzMwMjUxNTEwMzksInRzIjoxNzcyNDIwMzUxMDM5LCJzaWduIjoiYTdiMDc0YWFlNTgxYmZkZGVhYjgxZDFlMzVhMTNlZDcifQ==&Rh-Identify=2428b0540416c1e2e4517fdf400f6626" | |
| }, | |
| { | |
| "name":"B", | |
| "selected":true, | |
| "url":"/view?filename=rgthree.compare._temp_ayzfv_00006_pkuba_1772420376.jpg&type=temp&subfolder=&rand=0.47794726082443706&Rh-Comfy-Auth=eyJ1c2VySWQiOiIyNDI4YjA1NDA0MTZjMWUyZTQ1MTdmZGY0MDBmNjYyNiIsInNpZ25FeHBpcmUiOjE3NzMwMjUxNTEwMzksInRzIjoxNzcyNDIwMzUxMDM5LCJzaWduIjoiYTdiMDc0YWFlNTgxYmZkZGVhYjgxZDFlMzVhMTNlZDcifQ==&Rh-Identify=2428b0540416c1e2e4517fdf400f6626" | |
| } | |
| ] | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"image_a", | |
| "link":431, | |
| "label":"image_a", | |
| "dir":3, | |
| "type":"IMAGE" | |
| }, | |
| { | |
| "name":"image_b", | |
| "link":432, | |
| "label":"image_b", | |
| "dir":3, | |
| "type":"IMAGE" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "id":262, | |
| "type":"Image Comparer (rgthree)", | |
| "properties":{ | |
| "cnr_id":"rgthree-comfy", | |
| "ver":"2b9eb36d3e1741e88dbfccade0e08137f7fa2bfb", | |
| "comparer_mode":"Slide", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.3" | |
| }, | |
| "widget_ue_connectable":{ | |
| } | |
| }, | |
| "order":42 | |
| }, | |
| { | |
| "mode":0, | |
| "outputs":[ | |
| { | |
| "name":"IMAGE", | |
| "links":[ | |
| 435, | |
| 440, | |
| 449 | |
| ], | |
| "label":"IMAGE", | |
| "type":"IMAGE", | |
| "localized_name":"IMAGE" | |
| }, | |
| { | |
| "name":"MASK", | |
| "links":[ | |
| ], | |
| "label":"MASK", | |
| "type":"MASK", | |
| "localized_name":"MASK" | |
| } | |
| ], | |
| "size":[ | |
| 430.8619384765625, | |
| 485.3081970214844 | |
| ], | |
| "pos":[ | |
| 1070.7305908203125, | |
| 1543.4224853515625 | |
| ], | |
| "widgets_values":[ | |
| "pasted/78da7241b258c498fe7ba8bcdad56fc683ce03737decb8324e79d3615856aefa.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":270, | |
| "type":"LoadImage", | |
| "properties":{ | |
| "cnr_id":"comfy-core", | |
| "hasSecondTab":false, | |
| "image":"clipspace/clipspace-painted-masked-1768828811549.png [input]", | |
| "ver":"0.8.2", | |
| "ue_properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "input_ue_unconnectable":{ | |
| }, | |
| "version":"7.5.2" | |
| }, | |
| "secondTabOffset":80, | |
| "Node name for S&R":"LoadImage", | |
| "tabWidth":65, | |
| "secondTabWidth":65, | |
| "widget_ue_connectable":{ | |
| }, | |
| "secondTabText":"Send Back", | |
| "enableTabs":false, | |
| "tabXOffset":10 | |
| }, | |
| "order":9 | |
| }, | |
| { | |
| "outputs":[ | |
| { | |
| "name":"text", | |
| "links":[ | |
| 437, | |
| 439 | |
| ], | |
| "label":"text", | |
| "type":"*", | |
| "localized_name":"text" | |
| }, | |
| { | |
| "name":"show_help", | |
| "label":"show_help", | |
| "type":"STRING", | |
| "localized_name":"show_help" | |
| } | |
| ], | |
| "color":"#232", | |
| "widgets_values":[ | |
| "根据图片中的空间生成欧式装修客厅" | |
| ], | |
| "inputs":[ | |
| { | |
| "widget":{ | |
| "name":"text" | |
| }, | |
| "name":"text", | |
| "label":"text", | |
| "type":"STRING", | |
| "localized_name":"text" | |
| } | |
| ], | |
| "flags":{ | |
| }, | |
| "type":"CR Text", | |
| "mode":0, | |
| "bgcolor":"#353", | |
| "size":[ | |
| 400, | |
| 200 | |
| ], | |
| "pos":[ | |
| 1628.2928466796875, | |
| 1683.224853515625 | |
| ], | |
| "id":281, | |
| "properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "Node name for S&R":"CR Text" | |
| }, | |
| "order":10 | |
| }, | |
| { | |
| "outputs":[ | |
| { | |
| "name":"MODEL", | |
| "links":[ | |
| 405 | |
| ], | |
| "label":"MODEL", | |
| "type":"MODEL", | |
| "localized_name":"MODEL" | |
| } | |
| ], | |
| "color":"#232", | |
| "widgets_values":[ | |
| "Klein 一致性增强.safetensors", | |
| 0.8000000000000002 | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"model", | |
| "link":442, | |
| "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":{ | |
| }, | |
| "type":"LoraLoaderModelOnly", | |
| "mode":0, | |
| "bgcolor":"#353", | |
| "size":[ | |
| 270, | |
| 82 | |
| ], | |
| "pos":[ | |
| 1742.0233154296875, | |
| 2274.9638671875 | |
| ], | |
| "id":269, | |
| "properties":{ | |
| "widget_ue_connectable":{ | |
| }, | |
| "Node name for S&R":"LoraLoaderModelOnly" | |
| }, | |
| "order":12 | |
| }, | |
| { | |
| "outputs":[ | |
| { | |
| "name":"image1", | |
| "links":[ | |
| 447 | |
| ], | |
| "label":"image1", | |
| "type":"IMAGE", | |
| "localized_name":"image1" | |
| } | |
| ], | |
| "color":"#322", | |
| "widgets_values":[ | |
| "Alibaba-PuHuiTi-Heavy.ttf", | |
| 40, | |
| 8, | |
| "light" | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"reel_1", | |
| "link":448, | |
| "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":[ | |
| 2486.332275390625, | |
| 1533.0157470703125 | |
| ], | |
| "id":279, | |
| "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":45 | |
| }, | |
| { | |
| "outputs":[ | |
| { | |
| "name":"reel", | |
| "links":[ | |
| 448 | |
| ], | |
| "label":"reel", | |
| "type":"Reel", | |
| "localized_name":"reel" | |
| } | |
| ], | |
| "color":"#322", | |
| "widgets_values":[ | |
| "original", | |
| "V1", | |
| "klein", | |
| "", | |
| 1024, | |
| 32 | |
| ], | |
| "inputs":[ | |
| { | |
| "name":"image1", | |
| "link":449, | |
| "label":"image1", | |
| "type":"IMAGE", | |
| "localized_name":"image1" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"image2", | |
| "link":450, | |
| "label":"image2", | |
| "type":"IMAGE", | |
| "localized_name":"image2" | |
| }, | |
| { | |
| "shape":7, | |
| "name":"image3", | |
| "link":451, | |
| "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":[ | |
| 2165.820556640625, | |
| 1521.0565185546875 | |
| ], | |
| "id":280, | |
| "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":43 | |
| }, | |
| { | |
| "outputs":[ | |
| ], | |
| "color":"#432", | |
| "widgets_values":[ | |
| "教程地址:\nhttps://www.bilibili.com/video/BV1LYPyzVE4Y/" | |
| ], | |
| "inputs":[ | |
| ], | |
| "flags":{ | |
| }, | |
| "type":"Note", | |
| "mode":0, | |
| "bgcolor":"#653", | |
| "size":[ | |
| 548.4138793945312, | |
| 140.43658447265625 | |
| ], | |
| "pos":[ | |
| 2149.65185546875, | |
| 1825.7884521484375 | |
| ], | |
| "id":288, | |
| "properties":{ | |
| "widget_ue_connectable":{ | |
| } | |
| }, | |
| "order":11 | |
| } | |
| ], | |
| "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.33.10", | |
| "VHS_latentpreview":false, | |
| "ds":{ | |
| "offset":[ | |
| -1836.7215489129205, | |
| -1654.7325032815963 | |
| ], | |
| "scale":2.501962791071508 | |
| } | |
| }, | |
| "groups":[ | |
| { | |
| "color":"#3f789e", | |
| "font_size":24, | |
| "flags":{ | |
| }, | |
| "id":23, | |
| "title":"V1", | |
| "bounding":[ | |
| 1019.0677490234375, | |
| 2177.084716796875, | |
| 3519.96533203125, | |
| 706.9213256835938 | |
| ] | |
| }, | |
| { | |
| "color":"#3f789e", | |
| "font_size":24, | |
| "flags":{ | |
| }, | |
| "id":24, | |
| "title":"V2", | |
| "bounding":[ | |
| 1011.1361083984375, | |
| 2948.029541015625, | |
| 3519.96533203125, | |
| 706.9213256835938 | |
| ] | |
| }, | |
| { | |
| "color":"#3f789e", | |
| "font_size":24, | |
| "flags":{ | |
| }, | |
| "id":25, | |
| "title":"Group", | |
| "bounding":[ | |
| 1023.9996337890625, | |
| 1386.7939453125, | |
| 3526.704833984375, | |
| 743.715087890625 | |
| ] | |
| } | |
| ], | |
| "links":[ | |
| [ | |
| 393, | |
| 265, | |
| 0, | |
| 242, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 394, | |
| 246, | |
| 0, | |
| 242, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 395, | |
| 265, | |
| 0, | |
| 243, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 396, | |
| 243, | |
| 0, | |
| 244, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 397, | |
| 246, | |
| 0, | |
| 244, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 398, | |
| 277, | |
| 0, | |
| 245, | |
| 0, | |
| "NOISE" | |
| ], | |
| [ | |
| 399, | |
| 247, | |
| 0, | |
| 245, | |
| 1, | |
| "GUIDER" | |
| ], | |
| [ | |
| 400, | |
| 286, | |
| 0, | |
| 245, | |
| 2, | |
| "SAMPLER" | |
| ], | |
| [ | |
| 401, | |
| 263, | |
| 0, | |
| 245, | |
| 3, | |
| "SIGMAS" | |
| ], | |
| [ | |
| 402, | |
| 249, | |
| 0, | |
| 245, | |
| 4, | |
| "LATENT" | |
| ], | |
| [ | |
| 403, | |
| 264, | |
| 0, | |
| 246, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 404, | |
| 251, | |
| 0, | |
| 246, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 405, | |
| 269, | |
| 0, | |
| 247, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 406, | |
| 242, | |
| 0, | |
| 247, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 407, | |
| 244, | |
| 0, | |
| 247, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 408, | |
| 275, | |
| 0, | |
| 248, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 409, | |
| 250, | |
| 0, | |
| 249, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 410, | |
| 250, | |
| 1, | |
| 249, | |
| 1, | |
| "INT" | |
| ], | |
| [ | |
| 411, | |
| 264, | |
| 0, | |
| 250, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 412, | |
| 266, | |
| 0, | |
| 252, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 413, | |
| 256, | |
| 0, | |
| 252, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 414, | |
| 266, | |
| 0, | |
| 253, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 415, | |
| 253, | |
| 0, | |
| 254, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 416, | |
| 256, | |
| 0, | |
| 254, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 417, | |
| 277, | |
| 0, | |
| 255, | |
| 0, | |
| "NOISE" | |
| ], | |
| [ | |
| 418, | |
| 257, | |
| 0, | |
| 255, | |
| 1, | |
| "GUIDER" | |
| ], | |
| [ | |
| 419, | |
| 285, | |
| 0, | |
| 255, | |
| 2, | |
| "SAMPLER" | |
| ], | |
| [ | |
| 420, | |
| 287, | |
| 0, | |
| 255, | |
| 3, | |
| "SIGMAS" | |
| ], | |
| [ | |
| 421, | |
| 259, | |
| 0, | |
| 255, | |
| 4, | |
| "LATENT" | |
| ], | |
| [ | |
| 422, | |
| 267, | |
| 0, | |
| 256, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 423, | |
| 261, | |
| 0, | |
| 256, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 424, | |
| 268, | |
| 0, | |
| 257, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 425, | |
| 252, | |
| 0, | |
| 257, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 426, | |
| 254, | |
| 0, | |
| 257, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 427, | |
| 276, | |
| 0, | |
| 258, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 428, | |
| 260, | |
| 0, | |
| 259, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 429, | |
| 260, | |
| 1, | |
| 259, | |
| 1, | |
| "INT" | |
| ], | |
| [ | |
| 430, | |
| 267, | |
| 0, | |
| 260, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 431, | |
| 276, | |
| 0, | |
| 262, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 432, | |
| 267, | |
| 0, | |
| 262, | |
| 1, | |
| "IMAGE" | |
| ], | |
| [ | |
| 433, | |
| 250, | |
| 1, | |
| 263, | |
| 1, | |
| "INT" | |
| ], | |
| [ | |
| 434, | |
| 250, | |
| 1, | |
| 263, | |
| 2, | |
| "INT" | |
| ], | |
| [ | |
| 435, | |
| 270, | |
| 0, | |
| 264, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 436, | |
| 272, | |
| 0, | |
| 265, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 437, | |
| 281, | |
| 0, | |
| 265, | |
| 1, | |
| "STRING" | |
| ], | |
| [ | |
| 438, | |
| 273, | |
| 0, | |
| 266, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 439, | |
| 281, | |
| 0, | |
| 266, | |
| 1, | |
| "STRING" | |
| ], | |
| [ | |
| 440, | |
| 270, | |
| 0, | |
| 267, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 441, | |
| 274, | |
| 0, | |
| 268, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 442, | |
| 271, | |
| 0, | |
| 269, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 443, | |
| 245, | |
| 0, | |
| 275, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 444, | |
| 251, | |
| 0, | |
| 275, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 445, | |
| 255, | |
| 0, | |
| 276, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 446, | |
| 261, | |
| 0, | |
| 276, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 447, | |
| 279, | |
| 0, | |
| 278, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 448, | |
| 280, | |
| 0, | |
| 279, | |
| 0, | |
| "Reel" | |
| ], | |
| [ | |
| 449, | |
| 270, | |
| 0, | |
| 280, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 450, | |
| 275, | |
| 0, | |
| 280, | |
| 1, | |
| "IMAGE" | |
| ], | |
| [ | |
| 451, | |
| 276, | |
| 0, | |
| 280, | |
| 2, | |
| "IMAGE" | |
| ], | |
| [ | |
| 452, | |
| 275, | |
| 0, | |
| 282, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 453, | |
| 276, | |
| 0, | |
| 283, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 454, | |
| 275, | |
| 0, | |
| 284, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 455, | |
| 264, | |
| 0, | |
| 284, | |
| 1, | |
| "IMAGE" | |
| ], | |
| [ | |
| 456, | |
| 260, | |
| 1, | |
| 287, | |
| 1, | |
| "INT" | |
| ], | |
| [ | |
| 457, | |
| 260, | |
| 1, | |
| 287, | |
| 2, | |
| "INT" | |
| ] | |
| ], | |
| "id":"97027698-b9e8-4d5e-81bb-9b1128447584", | |
| "config":{ | |
| }, | |
| "version":0.4, | |
| "last_node_id":288, | |
| "revision":0 | |
| } |